2 references to TryGetEndOfLine
dotnet-format (2)
Formatters\EndOfLineFormatter.cs (1)
29
if (!
TryGetEndOfLine
(analyzerConfigOptions, out var endOfLine))
Formatters\FinalNewlineFormatter.cs (1)
32
if (!EndOfLineFormatter.
TryGetEndOfLine
(analyzerConfigOptions, out var endOfLine))