8 references to NewLinesDefault
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (7)
235
CSharpSyntaxFormattingOptions.
NewLinesDefault
.ToNewLineBeforeOpenBracePlacement(),
242
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeElse))
247
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeCatch))
252
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeFinally))
257
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeMembersInObjectInitializers))
262
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BeforeMembersInAnonymousTypes))
267
CSharpSyntaxFormattingOptions.
NewLinesDefault
.HasFlag(NewLinePlacement.BetweenQueryExpressionClauses))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
57
[DataMember] public NewLinePlacement NewLines { get; init; } =
NewLinesDefault
;