3 instantiations of EndOfLineFormatter
dotnet-format (2)
CodeFormatter.cs (1)
18
new
EndOfLineFormatter
(),
Formatters\OrganizeImportsFormatter.cs (1)
17
private readonly DocumentFormatter _endOfLineFormatter = new
EndOfLineFormatter
();
dotnet-format.UnitTests (1)
Formatters\EndOfLineFormatterTests.cs (1)
9
private protected override ICodeFormatter Formatter => new
EndOfLineFormatter
();
6 references to EndOfLineFormatter
dotnet-format (1)
Formatters\FinalNewlineFormatter.cs (1)
32
if (!
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)