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