2 overrides of OrganizeImportsDescription
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
281
protected override string
OrganizeImportsDescription
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
89
Protected Overrides ReadOnly Property
OrganizeImportsDescription
As String = VBFeaturesResources.Organize_Imports
1 reference to OrganizeImportsDescription
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
85
progressTracker.Description = this.
OrganizeImportsDescription
;