6 references to DesiredName
Microsoft.CodeAnalysis.Features (6)
AddImport\References\SymbolReference.cs (3)
40var name1 = SymbolResult.DesiredName; 41var name2 = (obj as SymbolReference)?.SymbolResult.DesiredName; 46=> Hash.Combine(SymbolResult.DesiredName, base.GetHashCode());
AddImport\SymbolReferenceFinder.cs (1)
204attributeSymbols.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) 86=> new(DesiredName, NameNode, symbol, Weight);