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)
54if (_newLine == default) 59return _newLine;