8 references to NewLinesDefault
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (7)
238
CSharpSyntaxFormattingOptions.
NewLinesDefault
.ToNewLineBeforeOpenBracePlacement(),
245
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeElse))
250
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeCatch))
255
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeFinally))
260
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeMembersInObjectInitializers))
265
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeMembersInAnonymousTypes))
270
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BetweenQueryExpressionClauses))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
57
[DataMember] public NewLinePlacement NewLines { get; init; } =
NewLinesDefault
;