3 instantiations of EndOfLineFormatter
dotnet-format (2)
CodeFormatter.cs (1)
18new EndOfLineFormatter(),
Formatters\OrganizeImportsFormatter.cs (1)
17private readonly DocumentFormatter _endOfLineFormatter = new EndOfLineFormatter();
dotnet-format.UnitTests (1)
Formatters\EndOfLineFormatterTests.cs (1)
9private protected override ICodeFormatter Formatter => new EndOfLineFormatter();
6 references to EndOfLineFormatter
dotnet-format (1)
Formatters\FinalNewlineFormatter.cs (1)
32if (!EndOfLineFormatter.TryGetEndOfLine(analyzerConfigOptions, out var endOfLine))
dotnet-format.UnitTests (5)
Formatters\OrganizeImportsFormatterTests.cs (5)
39["end_of_line"] = EndOfLineFormatter.GetEndOfLineOption(Environment.NewLine), 70["end_of_line"] = EndOfLineFormatter.GetEndOfLineOption(Environment.NewLine), 102["end_of_line"] = EndOfLineFormatter.GetEndOfLineOption(Environment.NewLine), 134["end_of_line"] = EndOfLineFormatter.GetEndOfLineOption(Environment.NewLine), 156["end_of_line"] = EndOfLineFormatter.GetEndOfLineOption(Environment.NewLine)