4 overrides of ShouldMoveOpenBraceToNewLine
Microsoft.CodeAnalysis.CSharp.Features (4)
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
32protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpCollectionExpressionWrapper.cs (1)
29protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpInitializerExpressionWrapper.cs (1)
29protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
31protected override bool ShouldMoveOpenBraceToNewLine(SyntaxWrappingOptions options)
1 reference to ShouldMoveOpenBraceToNewLine
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
85_shouldMoveOpenBraceToNewLine = service.ShouldMoveOpenBraceToNewLine(options);