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