3 references to AssertSmartTokenFormatterOpenBraceAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\Indentation\SmartTokenFormatterFormatTokenTests.cs (3)
563return AssertSmartTokenFormatterOpenBraceAsync( 579await AssertSmartTokenFormatterOpenBraceAsync(code, indentationLine, expectedSpace, useTabs: false, baseIndentation, span).ConfigureAwait(false); 580await AssertSmartTokenFormatterOpenBraceAsync(code.Replace(" ", "\t"), indentationLine, expectedSpace, useTabs: true, baseIndentation, span).ConfigureAwait(false);