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)
568
uint rid = EcmaMetadataUtils.
GetRowId
(token);
Contracts\RuntimeTypeSystem_1.cs (2)
1448
if (EcmaMetadataUtils.
GetRowId
(token) == 0)
1457
MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token));
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (3)
2094
MethodDefinitionHandle mdMethodHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(functionToken));
5548
uint ridA = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(a));
5549
uint ridB = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(b));
MetaDataImportImpl.cs (1)
26
private static int GetRID(uint token) => (int)EcmaMetadataUtils.
GetRowId
(token);