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