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