2 references to AssertSmartTokenFormatterCloseBraceWithBaseIndentation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartTokenFormatterFormatTokenTests.cs (2)
621
await
AssertSmartTokenFormatterCloseBraceWithBaseIndentation
(markup, baseIndentation, expectedIndentation, useTabs: false).ConfigureAwait(false);
622
await
AssertSmartTokenFormatterCloseBraceWithBaseIndentation
(markup.Replace(" ", "\t"), baseIndentation, expectedIndentation, useTabs: true).ConfigureAwait(false);