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);