3 references to NewLineBeforeOpenBrace
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpFormattingOptions.cs (2)
22
defaultValue: CSharpFormattingOptions2.
NewLineBeforeOpenBrace
.DefaultValue.HasFlag(flag),
24
storageMapping: new NewLineForBracesInternalStorageMapping(CSharpFormattingOptions2.
NewLineBeforeOpenBrace
, flag),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
102
options.GetOption(CSharpFormattingOptions2.
NewLineBeforeOpenBrace
).ToNewLinePlacement() |