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