2 references to AssertSmartIndentInProjection
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterTests.cs (2)
3441
AssertSmartIndentInProjection
(markup, expectedIndentation, useTabs: false, options, indentStyle);
3442
AssertSmartIndentInProjection
(markup.Replace(" ", "\t"), expectedIndentation, useTabs: true, options, indentStyle);