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