19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
295methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def))); 328return MetadataTokens.EventDefinitionHandle(_eventDefs.GetRowId(def)); 338return MetadataTokens.FieldDefinitionHandle(_fieldDefs.GetRowId(def)); 355return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 376=> MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def)); 385=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.GetRowId(def)); 391=> MetadataTokens.ParameterHandle(_parameterDefs.GetRowId(def)); 664int typeRowId = _typeDefs.GetRowId(typeDef); 737int methodDefRowId = _methodDefs.GetRowId(methodDef); 1195int mapRowId = map.GetRowId(typeRowId); 1203entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1224entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1242entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1268entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1459tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1477eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1487propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1649=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));