2 references to AssertSmartIndent
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterTests.cs (2)
3526AssertSmartIndent(code, expectedIndentation, useTabs: false, options, indentStyle); 3527AssertSmartIndent(code.Replace(" ", "\t"), expectedIndentation, useTabs: true, options, indentStyle);