1 write to _newLine
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpTriviaFormatter.cs (1)
56
_newLine
= SyntaxFactory.EndOfLine(Context.Options.NewLine);
2 references to _newLine
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpTriviaFormatter.cs (2)
54
if (
_newLine
== default)
59
return
_newLine
;