1 write to _shouldMatchAll
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
24_shouldMatchAll = include.Length == 0 && exclude.Length == 0;
1 reference to _shouldMatchAll
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
37=> _shouldMatchAll || _matcher.Match(filePath).HasMatches;