2 references to OrganizeDocumentCommandArgs
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Organizing\OrganizeTypeDeclarationTests.cs (1)
1190
state = handler.GetCommandState(new
OrganizeDocumentCommandArgs
(textView, textView.TextBuffer));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Organizing\OrganizeTypeDeclarationTests.vb (1)
949
state = handler.GetCommandState(New
OrganizeDocumentCommandArgs
(textView, textView.TextBuffer))