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