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