19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
289
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
322
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
332
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
349
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
370
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
379
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
385
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
541
int typeRowId = _typeDefs.
GetRowId
(typeDef);
644
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
953
int mapRowId = map.
GetRowId
(typeRowId);
961
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
982
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1002
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1142
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1311
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1329
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1339
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1499
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));