19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
305methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def))); 338return MetadataTokens.EventDefinitionHandle(_eventDefs.GetRowId(def)); 348return MetadataTokens.FieldDefinitionHandle(_fieldDefs.GetRowId(def)); 365return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 386=> MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def)); 395=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.GetRowId(def)); 401=> MetadataTokens.ParameterHandle(_parameterDefs.GetRowId(def)); 678int typeRowId = _typeDefs.GetRowId(typeDef); 751int methodDefRowId = _methodDefs.GetRowId(methodDef); 1209int mapRowId = map.GetRowId(typeRowId); 1217entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1238entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1256entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1282entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1473tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1491eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1501propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1663=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));