4 overrides of ShouldMoveOpenBraceToNewLine
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
33protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
30protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
32protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Wrapping\SeparatedSyntaxList\AbstractVisualBasicSeparatedSyntaxListWrapper.vb (1)
20Protected 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);