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