9 references to NewLine
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingOptions2.cs (2)
41"end_of_line", LineFormattingOptions.Default.NewLine, FormattingOptionGroups.NewLine, isEditorConfigOption: true, 60"insert_final_newline", DocumentFormattingOptions.Default.InsertFinalNewLine, FormattingOptionGroups.NewLine, isEditorConfigOption: true);
Microsoft.CodeAnalysis.CSharp.CodeStyle (7)
CSharpFormattingOptions2.cs (7)
240FormattingOptionGroups.NewLine, 248FormattingOptionGroups.NewLine, "csharp_new_line_before_else", 253FormattingOptionGroups.NewLine, "csharp_new_line_before_catch", 258FormattingOptionGroups.NewLine, "csharp_new_line_before_finally", 263FormattingOptionGroups.NewLine, "csharp_new_line_before_members_in_object_initializers", 268FormattingOptionGroups.NewLine, "csharp_new_line_before_members_in_anonymous_types", 273FormattingOptionGroups.NewLine, "csharp_new_line_between_query_expression_clauses",