1 write to NewLine
Microsoft.CodeAnalysis.CodeStyle (1)
LineFormattingOptions.cs (1)
43
NewLine
= 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)
43
NewLine = options.GetOption(FormattingOptions2.NewLine, language, fallbackOptions.
NewLine
),
SyntaxFormattingOptions.cs (1)
44
public string NewLine => LineFormatting.
NewLine
;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeFixOptionsProvider.cs (1)
49
public string NewLine => GetOption(FormattingOptions2.NewLine, FallbackLineFormattingOptions.
NewLine
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
AddInheritdocCodeFixProvider.cs (1)
104
newLine = 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)))),
741
SyntaxFactory.XmlTextNewLine(lineFormattingOptions.
NewLine
, continueXmlDocumentationComment: false),
CSharpCodeFixOptionsProvider.cs (1)
53
public string NewLine => GetOption(FormattingOptions2.NewLine, FallbackLineFormattingOptions.
NewLine
);