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