2 references to NewLine
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.cs (1)
156
var newLine = SyntaxFactory.EndOfLine(options.
NewLine
);
EmbeddedStatementPlacementCodeFixProvider.cs (1)
55
var endOfLineTrivia = SyntaxFactory.ElasticEndOfLine(options.
NewLine
);