3 references to NewLineForClausesInQuery
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpFormattingOptions.cs (2)
187
/// <inheritdoc cref="CSharpFormattingOptions2.
NewLineForClausesInQuery
"/>
188
public static Option<bool> NewLineForClausesInQuery { get; } = CSharpFormattingOptions2.
NewLineForClausesInQuery
.ToPublicOption();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
103
(options.GetOption(CSharpFormattingOptions2.
NewLineForClausesInQuery
) ? NewLinePlacement.BetweenQueryExpressionClauses : 0);