8 references to Execute
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
152
var matches = matcher.
Execute
(_baseGlobbingDirectory);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
GlobbingUrlBuilderTest.cs (1)
543
matcher.Setup(m => m.
Execute
(It.IsAny<DirectoryInfoBase>())).Returns(patternMatchingResult);
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
115
PatternMatchingResult result = _matcher.
Execute
(_directoryInfo);
Microsoft.Extensions.FileSystemGlobbing (5)
Matcher.cs (3)
92
/// to <see cref="
Execute
(DirectoryInfoBase)" />
125
/// directory given when <see cref="
Execute
(DirectoryInfoBase)" /> is called.
143
/// root directory given when <see cref="
Execute
(DirectoryInfoBase)" /> is called.
MatcherExtensions.cs (2)
54
PatternMatchingResult patternMatchingResult = matcher.
Execute
(new DirectoryInfoWrapper(new DirectoryInfo(directoryPath)));
114
return matcher.
Execute
(new InMemoryDirectoryInfo(rootDir, files));