6 references to IndentationDefault
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpFormattingOptions2.cs (5)
198
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.Braces))
203
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.BlockContents))
208
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchSection))
213
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchSection))
218
CSharpSyntaxFormattingOptions.
IndentationDefault
.HasFlag(IndentationPlacement.SwitchCaseContentsWhenBlock))
CSharpSyntaxFormattingOptions.cs (1)
59
[DataMember] public IndentationPlacement Indentation { get; init; } =
IndentationDefault
;