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