9 references to IndentByTwo
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
773
else if (_attributeIndentStyle == AttributeIndentStyle.
IndentByTwo
)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTest.cs (3)
10731
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
11427
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
12193
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
650
AttributeIndentStyle.
IndentByTwo
);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTest.cs (3)
10731
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
11427
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
12193
attributeIndentStyle: AttributeIndentStyle.
IndentByTwo
);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
650
AttributeIndentStyle.
IndentByTwo
);