2 references to AssertIndentNotUsingSmartTokenFormatterButUsingIndenterAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (2)
1427
await
AssertIndentNotUsingSmartTokenFormatterButUsingIndenterAsync
(code, indentationLine, expectedIndentation, useTabs: false, indentStyle).ConfigureAwait(false);
1428
await
AssertIndentNotUsingSmartTokenFormatterButUsingIndenterAsync
(code.Replace(" ", "\t"), indentationLine, expectedIndentation, useTabs: true, indentStyle).ConfigureAwait(false);