1 write to DesiredName
Microsoft.CodeAnalysis.Features (1)
AddImport\SymbolResult.cs (1)
95
DesiredName
= desiredName;
6 references to DesiredName
Microsoft.CodeAnalysis.Features (6)
AddImport\References\SymbolReference.cs (3)
46
var name1 = SymbolResult.
DesiredName
;
47
var name2 = (obj as SymbolReference)?.SymbolResult.
DesiredName
;
52
=> Hash.Combine(SymbolResult.
DesiredName
, base.GetHashCode());
AddImport\SymbolReferenceFinder.cs (1)
210
attributeSymbols.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);