1 override of GetDescription
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddImportFeatureService.cs (1)
288protected override string GetDescription(IReadOnlyList<string> nameParts)
1 reference to GetDescription
Microsoft.CodeAnalysis.Features (1)
AddImport\References\AssemblyReference.cs (1)
31var title = $"{provider.GetDescription(SearchResult.NameParts)} ({string.Format(FeaturesResources.from_0, _referenceAssemblyWithType.AssemblyName)})";