Implemented interface member:
2 references to ExecuteCommand
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\FormattingEngineTests.cs (1)
2541
commandHandler.
ExecuteCommand
(new TypeCharCommandArgs(textView, subjectDocument.GetTextBuffer(), typedChar[0]), () => { }, TestCommandExecutionContext.Create());
Formatting\Indentation\SmartTokenFormatterFormatRangeTests.cs (1)
3081
commandHandler.
ExecuteCommand
(new TypeCharCommandArgs(subjectDocument.GetTextView(), textBuffer, typedChar[0]), () => { }, TestCommandExecutionContext.Create());