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