3 references to AssertSmartIndent
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\Indentation\SmartIndenterTests.cs (3)
3106AssertSmartIndent( 3453AssertSmartIndent(code, indentationLine, expectedIndentation, useTabs: false, options, indentStyle); 3454AssertSmartIndent(code.Replace(" ", "\t"), indentationLine, expectedIndentation, useTabs: true, options, indentStyle);