8 references to NameParts
Microsoft.CodeAnalysis.Features (8)
AddImport\References\AssemblyReference.cs (1)
30var title = $"{provider.GetDescription(SearchResult.NameParts)} ({string.Format(FeaturesResources.from_0, _referenceAssemblyWithType.AssemblyName)})";
AddImport\References\Reference.cs (7)
53SearchResult.NameParts, other.SearchResult.NameParts, 70other.SearchResult.NameParts != null && 71SearchResult.NameParts.SequenceEqual(other.SearchResult.NameParts); 75=> Hash.CombineValues(SearchResult.NameParts); 117node, SearchResult.NameParts, document, options.AddImportOptions, cancellationToken).ConfigureAwait(false);