2 references to SortAndRemoveUnnecessaryImportsCommandArgs
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Organizing\OrganizeTypeDeclarationTests.cs (1)
1187
var state = handler.GetCommandState(new
SortAndRemoveUnnecessaryImportsCommandArgs
(textView, textView.TextBuffer));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Organizing\OrganizeTypeDeclarationTests.vb (1)
946
Dim state = handler.GetCommandState(New
SortAndRemoveUnnecessaryImportsCommandArgs
(textView, textView.TextBuffer))