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