19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
283methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def))); 316return MetadataTokens.EventDefinitionHandle(_eventDefs.GetRowId(def)); 326return MetadataTokens.FieldDefinitionHandle(_fieldDefs.GetRowId(def)); 343return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 364=> MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def)); 373=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.GetRowId(def)); 379=> MetadataTokens.ParameterHandle(_parameterDefs.GetRowId(def)); 630int typeRowId = _typeDefs.GetRowId(typeDef); 686int methodDefRowId = _methodDefs.GetRowId(methodDef); 1144int mapRowId = map.GetRowId(typeRowId); 1152entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1173entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1191entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1217entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1410tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1428eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1438propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1600=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));