9 references to NewLine
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (2)
40
"end_of_line", LineFormattingOptions.Default.NewLine, FormattingOptionGroups.
NewLine
, isEditorConfigOption: true,
59
"insert_final_newline", DocumentFormattingOptions.Default.InsertFinalNewLine, FormattingOptionGroups.
NewLine
, isEditorConfigOption: true);
Roslyn.Diagnostics.CSharp.Analyzers (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (7)
233
FormattingOptionGroups.
NewLine
,
241
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_else",
246
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_catch",
251
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_finally",
256
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_members_in_object_initializers",
261
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_members_in_anonymous_types",
266
FormattingOptionGroups.
NewLine
, "csharp_new_line_between_query_expression_clauses",