8 references to Braces
Microsoft.CodeAnalysis.CSharp.Workspaces (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
))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
135
(indentBraces ? IndentationPlacement.
Braces
: 0) |
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Formatter\FormatterTests.cs (1)
193
Assert.True(formattingOptions.Indentation.HasFlag(IndentationPlacement.
Braces
));