2 references to GetSmartTokenFormatterIndentationWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
122
return await
GetSmartTokenFormatterIndentationWorkerAsync
(workspace, buffer, indentationLine, ch, useTabs);
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (1)
1427
var actualIndentation = await
GetSmartTokenFormatterIndentationWorkerAsync
(workspace, buffer, indentationLine, ch, useTabs);