9 references to Execute
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
152
var matches = matcher.
Execute
(_baseGlobbingDirectory);
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
117
PatternMatchingResult result = _matcher.
Execute
(_directoryInfo);
Microsoft.Extensions.FileSystemGlobbing (5)
Matcher.cs (3)
92
/// to <see cref="
Execute
(DirectoryInfoBase)" />
152
/// directory given when <see cref="
Execute
(DirectoryInfoBase)" /> is called.
174
/// root directory given when <see cref="
Execute
(DirectoryInfoBase)" /> is called.
MatcherExtensions.cs (2)
57
PatternMatchingResult patternMatchingResult = matcher.
Execute
(new DirectoryInfoWrapper(new DirectoryInfo(directoryPath)));
117
return matcher.
Execute
(new InMemoryDirectoryInfo(rootDir, files, matcher.ComparisonType));
vstest.console (1)
Internal\FilePatternParser.cs (1)
82
var matches = _matcher.
Execute
(new DirectoryInfoWrapper(new DirectoryInfo(splitPattern.Item1)));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\FilePatternParser.cs (1)
82
var matches = _matcher.
Execute
(new DirectoryInfoWrapper(new DirectoryInfo(splitPattern.Item1)));