1 write to DesiredName
Microsoft.CodeAnalysis.Features (1)
AddImport\SymbolResult.cs (1)
95DesiredName = desiredName;
6 references to DesiredName
Microsoft.CodeAnalysis.Features (6)
AddImport\References\SymbolReference.cs (3)
46var name1 = SymbolResult.DesiredName; 47var name2 = (obj as SymbolReference)?.SymbolResult.DesiredName; 52=> Hash.Combine(SymbolResult.DesiredName, base.GetHashCode());
AddImport\SymbolReferenceFinder.cs (1)
210attributeSymbols.Select(r => r.WithDesiredName(r.DesiredName.GetWithoutAttributeSuffix(isCaseSensitive: false))));
AddImport\SymbolResult.cs (2)
30: this(result.DesiredName, result.NameNode, INamespaceOrTypeSymbolExtensions.GetNameParts(result.Symbol), result.Weight) 102=> new(DesiredName, NameNode, symbol, Weight);