4 writes to AttributeIndentStyle
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Formatting\RazorFormattingOptions.cs (3)
37AttributeIndentStyle = attributeIndentStyle, 46AttributeIndentStyle = attributeIndentStyle, 56AttributeIndentStyle = attributeIndentStyle,
Settings\ClientSettings.cs (1)
36AttributeIndentStyle = AdvancedSettings.AttributeIndentStyle,
2 references to AttributeIndentStyle
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
163private readonly AttributeIndentStyle _attributeIndentStyle = options.AttributeIndentStyle;
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\Formatting\FormattingLogTest.cs (1)
99var edits = await GetFormattingEditsAsync(document, htmlEdits, span, options.CodeBlockBraceOnNextLine, options.AttributeIndentStyle, options.InsertSpaces, options.TabSize, options.CSharpSyntaxFormattingOptions.AssumeNotNull());