19 references to GetRowId
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeltaMetadataWriter.cs (19)
288methods.Add(MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def))); 321return MetadataTokens.EventDefinitionHandle(_eventDefs.GetRowId(def)); 331return MetadataTokens.FieldDefinitionHandle(_fieldDefs.GetRowId(def)); 348return MetadataTokens.TypeDefinitionHandle(_typeDefs.GetRowId(def)); 369=> MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(def)); 378=> MetadataTokens.PropertyDefinitionHandle(_propertyDefs.GetRowId(def)); 384=> MetadataTokens.ParameterHandle(_parameterDefs.GetRowId(def)); 540int typeRowId = _typeDefs.GetRowId(typeDef); 658int methodDefRowId = _methodDefs.GetRowId(methodDef); 1116int mapRowId = map.GetRowId(typeRowId); 1124entity: MetadataTokens.Handle(table, index.GetRowId(member)), 1145entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1163entity: MetadataTokens.MethodDefinitionHandle(_methodDefs.GetRowId(methodDef)), 1189entity: MetadataTokens.Handle(tableIndex, index.GetRowId(member)), 1382tokens.Add(MetadataTokens.Handle(tableIndex, index.GetRowId(member))); 1400eventList: MetadataTokens.EventDefinitionHandle(_eventMap.GetRowId(typeId))); 1410propertyList: MetadataTokens.PropertyDefinitionHandle(_propertyMap.GetRowId(typeId))); 1572=> rows.Sort((x, y) => GetRowId(x).CompareTo(GetRowId(y)));