8 instantiations of DirectoryInfoWrapper
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
45new DirectoryInfoWrapper(new DirectoryInfo(root)),
Microsoft.Extensions.FileSystemGlobbing (5)
Abstractions\DirectoryInfoWrapper.cs (3)
56yield return new DirectoryInfoWrapper(directoryInfo); 78return new DirectoryInfoWrapper( 109=> new DirectoryInfoWrapper(_directoryInfo.Parent!);
Abstractions\FileInfoWrapper.cs (1)
50=> new DirectoryInfoWrapper(_fileInfo.Directory!);
MatcherExtensions.cs (1)
57PatternMatchingResult patternMatchingResult = matcher.Execute(new DirectoryInfoWrapper(new DirectoryInfo(directoryPath)));
vstest.console (1)
Internal\FilePatternParser.cs (1)
82var matches = _matcher.Execute(new DirectoryInfoWrapper(new DirectoryInfo(splitPattern.Item1)));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\FilePatternParser.cs (1)
82var matches = _matcher.Execute(new DirectoryInfoWrapper(new DirectoryInfo(splitPattern.Item1)));
1 reference to DirectoryInfoWrapper
Microsoft.Extensions.FileSystemGlobbing (1)
Abstractions\DirectoryInfoWrapper.cs (1)
20/// Initializes a new instance of the <see cref="DirectoryInfoWrapper" /> class.