4 references to FindFormattingLogLine
dotnet-format.UnitTests (4)
CodeFormatterTests.cs (4)
267.Where(line => FindFormattingLogLine.Match(line).Success) 295var expectedParts = FindFormattingLogLine.Match(expectedFormatLocations[index]); 296var formatParts = FindFormattingLogLine.Match(formatLocations[index]); 318.Where(line => FindFormattingLogLine.Match(line).Success);