Skip to content

Commit 6175b87

Browse files
authored
Fix Incorrect Field Descriptions in Method Diagnostics Events (dotnet#40261)
1 parent e781d5f commit 6175b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fundamentals/diagnostics/runtime-method-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ The following table shows the event information:
234234
|`MethodNameSpace`|`win:UnicodeString`|Full namespace name associated with the method.|
235235
|`MethodName`|`win:UnicodeString`|Full class name associated with the method.|
236236
|`MethodSignature`|`win:UnicodeString`|Signature of the method (comma-separated list of type names).|
237-
|`ReJITID`|`win:UInt64`|ReJIT ID of the method.|
238237
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|
238+
|`ReJITID`|`win:UInt64`|ReJIT ID of the method.|
239239

240240
## MethodJittingStarted_V1 event
241241

@@ -374,7 +374,7 @@ The following table shows the keyword and level:
374374
|`MethodID`|`win:UInt64`|Unique identifier of a method.|
375375
|`ReJITID`|`win:UInt64`|The ReJIT ID of the method.|
376376
|`MethodExtent`|`win:UInt8`|The extent for the jitted method.|
377-
|`CountOfMapEntries`|`win:UInt8`|Number of map entries|
377+
|`CountOfMapEntries`|`win:UInt16`|Number of map entries|
378378
|`ILOffsets`|`win:UInt32`|The IL offset.|
379379
|`NativeOffsets`|`win:UInt32`|The native code offset.|
380380
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|

0 commit comments

Comments
 (0)