2 references to AssertIndentUsingSmartTokenFormatterAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (2)
1387
await
AssertIndentUsingSmartTokenFormatterAsync
(code, ch, indentationLine, expectedIndentation, useTabs: false).ConfigureAwait(false);
1388
await
AssertIndentUsingSmartTokenFormatterAsync
(code.Replace(" ", "\t"), ch, indentationLine, expectedIndentation, useTabs: true).ConfigureAwait(false);