8 references to GetRowId
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (1)
535uint rid = EcmaMetadataUtils.GetRowId(token);
Contracts\RuntimeTypeSystem_1.cs (2)
1397if (EcmaMetadataUtils.GetRowId(token) == 0) 1406MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.GetRowId(token));
Contracts\StackWalk\GC\GcScanner.cs (1)
368MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.GetRowId(methodToken));
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
1751MethodDefinitionHandle mdMethodHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.GetRowId(functionToken)); 4497uint ridA = EcmaMetadataUtils.GetRowId(rts.GetTypeDefToken(a)); 4498uint ridB = EcmaMetadataUtils.GetRowId(rts.GetTypeDefToken(b));
MetaDataImportImpl.cs (1)
26private static int GetRID(uint token) => (int)EcmaMetadataUtils.GetRowId(token);