4 references to TestIndentation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (1)
1470TestIndentation(workspace, indentationLine, expectedIndentation, indentStyle, useTabs);
Formatting\Indentation\SmartIndenterTests.cs (2)
3538TestIndentation(workspace, indentationLine, expectedIndentation, indentStyle, useTabs); 3569TestIndentation(workspace, line, expectedIndentation, indentStyle, useTabs);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Formatting\Indentation\SmartIndenterTests.vb (1)
3026TestIndentation(workspace, indentationLine, expectedIndentation, indentStyle, useTabs)