4 references to _attributeIndentStyle
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (4)
768
if (
_attributeIndentStyle
== AttributeIndentStyle.IndentByOne)
773
else if (
_attributeIndentStyle
== AttributeIndentStyle.IndentByTwo)
778
else if (
_attributeIndentStyle
== AttributeIndentStyle.AlignWithFirst)
797
throw new InvalidOperationException($"Unknown attribute indentation style '{
_attributeIndentStyle
}'.");