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