2 overrides of GetDescription
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddImportFeatureService.cs (1)
287protected override string GetDescription(IReadOnlyList<string> nameParts)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddImport\VisualBasicAddImportFeatureService.vb (1)
183Protected Overrides Function GetDescription(nameParts As IReadOnlyList(Of String)) As String
1 reference to GetDescription
Microsoft.CodeAnalysis.Features (1)
AddImport\References\AssemblyReference.cs (1)
36var title = $"{provider.GetDescription(SearchResult.NameParts)} ({string.Format(FeaturesResources.from_0, _referenceAssemblyWithType.AssemblyName)})";