3 references to SearchResult
Microsoft.CodeAnalysis.Features (3)
AddImport\SymbolReferenceFinder_PackageAssemblySearch.cs (2)
158
_owner, new
SearchResult
(desiredName, nameNode, result.ContainingNamespaceNames.ToReadOnlyList(), weight), result));
171
new
SearchResult
(desiredName, nameNode, result.ContainingNamespaceNames.ToReadOnlyList(), weight),
AddImport\SymbolResult.cs (1)
30
:
this
(result.DesiredName, result.NameNode, INamespaceOrTypeSymbolExtensions.GetNameParts(result.Symbol), result.Weight)