19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
294
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
327
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
337
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
354
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
375
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
384
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
390
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
643
int typeRowId = _typeDefs.
GetRowId
(typeDef);
699
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
1157
int mapRowId = map.
GetRowId
(typeRowId);
1165
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
1186
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1204
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1230
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1421
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1439
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1449
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1611
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));