19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
295
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
328
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
338
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
355
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
376
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
385
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
391
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
644
int typeRowId = _typeDefs.
GetRowId
(typeDef);
700
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
1158
int mapRowId = map.
GetRowId
(typeRowId);
1166
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
1187
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1205
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1231
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1422
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1440
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1450
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1612
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));