2 instantiations of FileInfoWrapper
Microsoft.Extensions.FileSystemGlobbing (2)
Abstractions\DirectoryInfoWrapper.cs (2)
56yield return new FileInfoWrapper((FileInfo)fileSystemInfo); 85=> new FileInfoWrapper(new FileInfo(Path.Combine(_directoryInfo.FullName, name)));
1 reference to FileInfoWrapper
Microsoft.Extensions.FileSystemGlobbing (1)
Abstractions\FileInfoWrapper.cs (1)
17/// Initializes a new instance of the <see cref="FileInfoWrapper" /> class to wrap the specified <see cref="System.IO.FileInfo" />.