19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
305
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
338
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
348
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
365
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
386
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
395
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
401
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
678
int typeRowId = _typeDefs.
GetRowId
(typeDef);
751
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
1209
int mapRowId = map.
GetRowId
(typeRowId);
1217
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
1238
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1256
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1282
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1473
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1491
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1501
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1663
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));