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