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