10 references to FormatCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Formatting\FormattingEngineTests.cs (2)
2718var commandHandler = workspace.GetService<FormatCommandHandler>();
Formatting\Indentation\SmartTokenFormatterFormatRangeTests.cs (2)
3133var commandHandler = workspace.GetService<FormatCommandHandler>();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Formatting\CoreFormatterTestsBase.cs (6)
143var commandHandler = workspace.GetService<FormatCommandHandler>(); 252var commandHandler = workspace.GetService<FormatCommandHandler>(); 259var commandHandler = workspace.GetService<FormatCommandHandler>();