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)); 644int typeRowId = _typeDefs.GetRowId(typeDef); 700int methodDefRowId = _methodDefs.GetRowId(methodDef); 1158int mapRowId = map.GetRowId(typeRowId); 1166entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1187entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1205entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1231entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1422tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1440eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1450propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1612=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));