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