Skip to content

Commit fda6b26

Browse files
authored
Fix EventIDs for Method Rundown Events (#45080)
1 parent 242fdb5 commit fda6b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/performance/method-etw-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ The following table shows the event information:
9191
|-----------|--------------|-----------------|
9292
|`MethodLoadVerbose_V1`|143|Raised when a method is JIT-loaded or an NGEN image is loaded. Dynamic and generic methods always use this version for method loads. JIT helpers always use this version.|
9393
|`MethodUnLoadVerbose_V1`|144|Raised when a dynamic method is destroyed, a module is unloaded, or an application domain is destroyed. Dynamic methods always use this version for method unloads.|
94-
|`MethodDCStartVerbose_V1`|141|Enumerates methods during a start rundown.|
95-
|`MethodDCEndVerbose_V1`|142|Enumerates methods during an end rundown.|
94+
|`MethodDCStartVerbose_V1`|143|Enumerates methods during a start rundown.|
95+
|`MethodDCEndVerbose_V1`|144|Enumerates methods during an end rundown.|
9696

9797
The following table shows the event data:
9898

0 commit comments

Comments
 (0)