2 instantiations of EndOfLineFormatter
dotnet-format (2)
CodeFormatter.cs (1)
19
new
EndOfLineFormatter
(),
Formatters\OrganizeImportsFormatter.cs (1)
18
private readonly DocumentFormatter _endOfLineFormatter = new
EndOfLineFormatter
();
1 reference to EndOfLineFormatter
dotnet-format (1)
Formatters\FinalNewlineFormatter.cs (1)
33
if (!
EndOfLineFormatter
.TryGetEndOfLine(analyzerConfigOptions, out var endOfLine))