3 references to WrappingKeepStatementsOnSingleLine
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpFormattingOptions.cs (2)
159
/// <inheritdoc cref="CSharpFormattingOptions2.
WrappingKeepStatementsOnSingleLine
"/>
160
public static Option<bool> WrappingKeepStatementsOnSingleLine { get; } = CSharpFormattingOptions2.
WrappingKeepStatementsOnSingleLine
.ToPublicOption();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
111
WrappingKeepStatementsOnSingleLine = options.GetOption(CSharpFormattingOptions2.
WrappingKeepStatementsOnSingleLine
);