1 write to NewLine
Microsoft.CodeAnalysis.CodeStyle (1)
LineFormattingOptions.cs (1)
43NewLine = options.GetOption(FormattingOptions2.NewLine, language, fallbackOptions.NewLine),
9 references to NewLine
Microsoft.CodeAnalysis.CodeStyle (3)
FormattingOptions2.cs (1)
41"end_of_line", LineFormattingOptions.Default.NewLine, FormattingOptionGroups.NewLine, isEditorConfigOption: true,
LineFormattingOptions.cs (1)
43NewLine = options.GetOption(FormattingOptions2.NewLine, language, fallbackOptions.NewLine),
SyntaxFormattingOptions.cs (1)
44public string NewLine => LineFormatting.NewLine;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeFixOptionsProvider.cs (1)
49public string NewLine => GetOption(FormattingOptions2.NewLine, FallbackLineFormattingOptions.NewLine);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
AddInheritdocCodeFixProvider.cs (1)
104newLine = optionsProvider.GetLineFormattingOptions().NewLine;
ConvertToRecordEngine.cs (3)
635.Prepend(SyntaxFactory.XmlText(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false) 638.Append(SyntaxFactory.XmlText(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false)))), 741SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false),
CSharpCodeFixOptionsProvider.cs (1)
53public string NewLine => GetOption(FormattingOptions2.NewLine, FallbackLineFormattingOptions.NewLine);