19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
294methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def))); 327return MetadataTokens.EventDefinitionHandle(_eventDefs.GetRowId(def)); 337return MetadataTokens.FieldDefinitionHandle(_fieldDefs.GetRowId(def)); 354return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 375=> MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def)); 384=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.GetRowId(def)); 390=> MetadataTokens.ParameterHandle(_parameterDefs.GetRowId(def)); 643int typeRowId = _typeDefs.GetRowId(typeDef); 699int methodDefRowId = _methodDefs.GetRowId(methodDef); 1157int mapRowId = map.GetRowId(typeRowId); 1165entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1186entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1204entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1230entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1421tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1439eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1449propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1611=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));