4 overrides of ShouldMoveOpenBraceToNewLine
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
33
protected override bool
ShouldMoveOpenBraceToNewLine
(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
30
protected override bool
ShouldMoveOpenBraceToNewLine
(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
32
protected override bool
ShouldMoveOpenBraceToNewLine
(SyntaxWrappingOptions options)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Wrapping\SeparatedSyntaxList\AbstractVisualBasicSeparatedSyntaxListWrapper.vb (1)
20
Protected NotOverridable Overrides Function
ShouldMoveOpenBraceToNewLine
(options As SyntaxWrappingOptions) As Boolean
1 reference to ShouldMoveOpenBraceToNewLine
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
86
_shouldMoveOpenBraceToNewLine = service.
ShouldMoveOpenBraceToNewLine
(options);