5 references to BeforeCatch
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
250
CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.
BeforeCatch
))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (2)
34
NewLinePlacement.
BeforeCatch
|
100
(options.GetOption(CSharpFormattingOptions2.NewLineForCatch) ? NewLinePlacement.
BeforeCatch
: 0) |
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\NewLineUserSettingFormattingRule.cs (2)
96
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeCatch
))
290
if (_options.NewLines.HasFlag(NewLinePlacement.
BeforeCatch
))