19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
283
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
316
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
326
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
343
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
364
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
373
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
379
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
630
int typeRowId = _typeDefs.
GetRowId
(typeDef);
686
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
1144
int mapRowId = map.
GetRowId
(typeRowId);
1152
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
1173
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1191
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1217
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1410
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1428
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1438
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1600
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));