8 references to GetRowId
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (1)
535
uint rid = EcmaMetadataUtils.
GetRowId
(token);
Contracts\RuntimeTypeSystem_1.cs (2)
1397
if (EcmaMetadataUtils.
GetRowId
(token) == 0)
1406
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 (4)
Dbi\DacDbiImpl.cs (3)
1751
MethodDefinitionHandle mdMethodHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(functionToken));
4497
uint ridA = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(a));
4498
uint ridB = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(b));
MetaDataImportImpl.cs (1)
26
private static int GetRID(uint token) => (int)EcmaMetadataUtils.
GetRowId
(token);