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