7 references to DirectoryInfoWrapper
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
45
new
DirectoryInfoWrapper
(new DirectoryInfo(root)),
Microsoft.Extensions.FileSystemGlobbing (4)
Abstractions\DirectoryInfoWrapper.cs (2)
56
yield return new
DirectoryInfoWrapper
(directoryInfo);
109
=> new
DirectoryInfoWrapper
(_directoryInfo.Parent!);
Abstractions\FileInfoWrapper.cs (1)
50
=> new
DirectoryInfoWrapper
(_fileInfo.Directory!);
MatcherExtensions.cs (1)
57
PatternMatchingResult patternMatchingResult = matcher.Execute(new
DirectoryInfoWrapper
(new DirectoryInfo(directoryPath)));
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)));