14 references to AssertFormatWithBaseIndentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Formatting\FormattingEngineTests.cs (5)
2002await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 4);
2057await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 4);
2082await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 4);
2115await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 4);
2148await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 4);
Formatting\FormattingEngineTests_Venus.cs (5)
44await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 7);
77await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 3);
111await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 7);
145await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 3);
201await AssertFormatWithBaseIndentAsync(expected, code, baseIndentation: 3);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)