2 references to AssertSmartTokenFormatterOpenBraceAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartTokenFormatterFormatTokenTests.cs (2)
600
await
AssertSmartTokenFormatterOpenBraceAsync
(expected, code, indentationLine, useTabs: false).ConfigureAwait(false);
601
await
AssertSmartTokenFormatterOpenBraceAsync
(expected.Replace(" ", "\t"), code.Replace(" ", "\t"), indentationLine, useTabs: true).ConfigureAwait(false);