5 references to GetRowId
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (1)
535
uint rid = EcmaMetadataUtils.
GetRowId
(token);
Contracts\RuntimeTypeSystem_1.cs (2)
1406
if (EcmaMetadataUtils.
GetRowId
(token) == 0)
1415
MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token));
Contracts\StackWalk\GC\GcScanner.cs (1)
368
MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(methodToken));
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
26
private static int GetRID(uint token) => (int)EcmaMetadataUtils.
GetRowId
(token);