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