6 references to IndentationDefault
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (5)
191
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.Braces))
196
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.BlockContents))
201
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchSection))
206
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchSection))
211
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchCaseContentsWhenBlock))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
59
[DataMember] public IndentationPlacement Indentation { get; init; } =
IndentationDefault
;