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