3 references to NameNode
Microsoft.CodeAnalysis.Features (3)
AddImport\SymbolResult.cs (3)
30
: this(result.DesiredName, result.
NameNode
, INamespaceOrTypeSymbolExtensions.GetNameParts(result.Symbol), result.Weight)
86
=> new(DesiredName,
NameNode
, symbol, Weight);
89
=> new(desiredName,
NameNode
, Symbol, Weight);