19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
284
methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def)));
317
return MetadataTokens.EventDefinitionHandle(_eventDefs.
GetRowId
(def));
327
return MetadataTokens.FieldDefinitionHandle(_fieldDefs.
GetRowId
(def));
344
return MetadataTokens.TypeDefinitionHandle(_typeDefs.
GetRowId
(def));
365
=> MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(def));
374
=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.
GetRowId
(def));
380
=> MetadataTokens.ParameterHandle(_parameterDefs.
GetRowId
(def));
631
int typeRowId = _typeDefs.
GetRowId
(typeDef);
687
int methodDefRowId = _methodDefs.
GetRowId
(methodDef);
1145
int mapRowId = map.
GetRowId
(typeRowId);
1153
entity: MetadataTokens.Handle(table, index.
GetRowId
(member)),
1174
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1192
entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.
GetRowId
(methodDef)),
1218
entity: MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)),
1411
tokens.Add(MetadataTokens.Handle(tableIndex, index.
GetRowId
(member)));
1429
eventList: MetadataTokens.EventDefinitionHandle(_eventMap.
GetRowId
(typeId)));
1439
propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.
GetRowId
(typeId)));
1601
=> rows.Sort((x, y) =>
GetRowId
(x).CompareTo(
GetRowId
(y)));