6 references to Braces
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpFormattingOptions2.cs (1)
198
CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.
Braces
))
CSharpSyntaxFormattingOptions.cs (2)
105
(options.GetOption(CSharpFormattingOptions2.IndentBraces, fallbackOptions.Indentation.HasFlag(IndentationPlacement.
Braces
)) ? IndentationPlacement.
Braces
: 0) |
IndentUserSettingsFormattingRule.cs (3)
32
if (_options.Indentation.HasFlag(IndentationPlacement.
Braces
) == newOptions.Indentation.HasFlag(IndentationPlacement.
Braces
))
52
if (_options.Indentation.HasFlag(IndentationPlacement.
Braces
))