1 write to _matcher
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
31
_matcher
= new Matcher(StringComparison.OrdinalIgnoreCase);
4 references to _matcher
dotnet-format (4)
Utilities\SourceFileMatcher.cs (4)
32
_matcher
.AddIncludePatterns(Include);
33
_matcher
.AddExcludePatterns(Exclude);
37
=> _shouldMatchAll ||
_matcher
.Match(filePath).HasMatches;
40
=>
_matcher
.GetResultsInFullPath(directoryPath);