3 references to ToNewLineBeforeOpenBracePlacement
Microsoft.CodeAnalysis.CSharp.Features (1)
Wrapping\CSharpSyntaxWrappingOptions.cs (1)
33
var newLineBeforeOpenBraceDefault = ((CSharpSyntaxFormattingOptions)fallbackOptions.CleanupOptions.FormattingOptions).NewLines.
ToNewLineBeforeOpenBracePlacement
();
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpFormattingOptions2.cs (1)
242
CSharpSyntaxFormattingOptions.NewLinesDefault.
ToNewLineBeforeOpenBracePlacement
(),
CSharpSyntaxFormattingOptions.cs (1)
101
options.GetOption(CSharpFormattingOptions2.NewLineBeforeOpenBrace, fallbackOptions.NewLines.
ToNewLineBeforeOpenBracePlacement
()).ToNewLinePlacement() |