15 references to GetRowId
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\Loader_1.cs (1)
568
uint rid = EcmaMetadataUtils.
GetRowId
(token);
Contracts\RuntimeTypeSystem_1.cs (5)
739
if (EcmaMetadataUtils.
GetRowId
(typeDefToken) == 0)
1661
if (EcmaMetadataUtils.
GetRowId
(token) == 0)
1670
MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token));
1784
if (EcmaMetadataUtils.
GetRowId
(token) == 0)
1799
MethodDefinitionHandle methodDefHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token));
EcmaMetadataUtils.cs (1)
158
TypeReferenceHandle handle = MetadataTokens.TypeReferenceHandle((int)
GetRowId
(typeRefToken));
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataFrame.cs (3)
223
MetadataReader? mdReader = (EcmaMetadataUtils.
GetRowId
(token) != 0)
228
MethodDefinition methodDef = mdReader.GetMethodDefinition(MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token)));
576
MethodDefinition methodDef = mdReader.GetMethodDefinition(MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(token)));
Dbi\DacDbiImpl.cs (3)
2331
MethodDefinitionHandle mdMethodHandle = MetadataTokens.MethodDefinitionHandle((int)EcmaMetadataUtils.
GetRowId
(functionToken));
5776
uint ridA = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(a));
5777
uint ridB = EcmaMetadataUtils.
GetRowId
(rts.GetTypeDefToken(b));
MetaDataImportImpl.cs (1)
26
private static int GetRID(uint token) => (int)EcmaMetadataUtils.
GetRowId
(token);
TypeNameBuilder.cs (1)
122
uint rowId = EcmaMetadataUtils.
GetRowId
(runtimeTypeSystem.GetMethodToken(method));