1 write to _matcher
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
60_matcher = new Matcher(StringComparison.OrdinalIgnoreCase);
2 references to _matcher
Microsoft.Extensions.FileProviders.Physical (2)
PollingWildCardChangeToken.cs (2)
61_matcher.AddInclude(pattern); 117PatternMatchingResult result = _matcher.Execute(_directoryInfo);