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