1 instantiation of SortAndRemoveUnnecessaryImportsCommandArgs
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Organizing\OrganizeTypeDeclarationTests.cs (1)
1082var state = handler.GetCommandState(new SortAndRemoveUnnecessaryImportsCommandArgs(textView, textView.TextBuffer));
5 references to SortAndRemoveUnnecessaryImportsCommandArgs
Microsoft.CodeAnalysis.EditorFeatures (3)
Organizing\OrganizeDocumentCommandHandler.cs (3)
42ICommandHandler<SortAndRemoveUnnecessaryImportsCommandArgs> 55public CommandState GetCommandState(SortAndRemoveUnnecessaryImportsCommandArgs args) 180public 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))]