7 references to NewLine
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
26
_newString = CreateString(Options.
NewLine
);
AbstractTriviaFormatter.cs (1)
800
var newLine = Options.
NewLine
;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
IIndentationService.cs (1)
51
newToken = newToken.WithLeadingTrivia(newToken.LeadingTrivia.Add(syntaxGenerator.EndOfLine(options.FormattingOptions.
NewLine
)));
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpTriviaFormatter.cs (2)
56
_newLine = SyntaxFactory.EndOfLine(Context.Options.
NewLine
);
222
Options.
NewLine
);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
VisualBasicTriviaFormatter.vb (2)
57
_newLine = SyntaxFactory.EndOfLine(Context.Options.
NewLine
)
289
newLine:=Options.
NewLine
)