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