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