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