2 instantiations of 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))
5 references to SortAndRemoveUnnecessaryImportsCommandArgs
Microsoft.CodeAnalysis.EditorFeatures (3)
Organizing\OrganizeDocumentCommandHandler.cs (3)
38ICommandHandler<SortAndRemoveUnnecessaryImportsCommandArgs> 80public CommandState GetCommandState(SortAndRemoveUnnecessaryImportsCommandArgs args) 128public bool ExecuteCommand(SortAndRemoveUnnecessaryImportsCommandArgs args, CommandExecutionContext context)
Microsoft.VisualStudio.LanguageServices (2)
Implementation\CommandBindings.cs (2)
26[CommandBinding(Guids.CSharpGroupIdString, ID.CSharpCommands.OrganizeRemoveAndSort, typeof(SortAndRemoveUnnecessaryImportsCommandArgs))] 30[CommandBinding(Guids.CSharpGroupIdString, ID.CSharpCommands.ContextOrganizeRemoveAndSort, typeof(SortAndRemoveUnnecessaryImportsCommandArgs))]