9 references to GetRowId
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (2)
310(int)EcmaMetadataUtils.GetRowId(methodToken)); 360(int)EcmaMetadataUtils.GetRowId(methodToken));
Contracts\Loader_1.cs (1)
568uint rid = EcmaMetadataUtils.GetRowId(token);
Contracts\RuntimeTypeSystem_1.cs (2)
1448if (EcmaMetadataUtils.GetRowId(token) == 0) 1457MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.GetRowId(token));
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2094MethodDefinitionHandle mdMethodHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.GetRowId(functionToken)); 5548uint ridA = EcmaMetadataUtils.GetRowId(rts.GetTypeDefToken(a)); 5549uint ridB = EcmaMetadataUtils.GetRowId(rts.GetTypeDefToken(b));
MetaDataImportImpl.cs (1)
26private static int GetRID(uint token) => (int)EcmaMetadataUtils.GetRowId(token);