10 instantiations of FileSystemEnumerable
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
418var fse = new FileSystemEnumerable<(string fullpath, string entryname, bool recurse)>(
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Unix.cs (1)
11=> new FileSystemEnumerable<(string, CreateEntryType)>(directoryFullPath,
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (6)
118return new FileSystemEnumerable<string>( 132return new FileSystemEnumerable<string>( 146return new FileSystemEnumerable<string>( 162return new FileSystemEnumerable<FileInfo>( 179return new FileSystemEnumerable<DirectoryInfo>( 196return new FileSystemEnumerable<FileSystemInfo>(
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
484var fse = new FileSystemEnumerable<(string, bool)>(fullPath,
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
31FileSystemEnumerable<string> enumerable = new(
15 references to FileSystemEnumerable
mscorlib (1)
mscorlib.cs (1)
78[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerable<>))]
netstandard (1)
netstandard.cs (1)
908[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerable<>))]
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
418var fse = new FileSystemEnumerable<(string fullpath, string entryname, bool recurse)>(
System.IO.Compression.ZipFile (5)
System\IO\Compression\ZipFile.Create.Async.cs (1)
463(bool directoryIsEmpty, string basePath, DirectoryInfo di, FileSystemEnumerable<(string, CreateEntryType)> fse) =
System\IO\Compression\ZipFile.Create.cs (3)
429(bool directoryIsEmpty, string basePath, DirectoryInfo di, FileSystemEnumerable<(string, CreateEntryType)> fse) = 506private static (bool, string, DirectoryInfo, FileSystemEnumerable<(string, CreateEntryType)>) InitializeCreateZipArchiveFromDirectory(string sourceDirectoryName, bool includeBaseDirectory) 520FileSystemEnumerable<(string, CreateEntryType)> fse = CreateEnumerableForCreate(di.FullName);
System\IO\Compression\ZipFile.Create.Unix.cs (1)
10private static FileSystemEnumerable<(string, CreateEntryType)> CreateEnumerableForCreate(string directoryFullPath)
System.IO.FileSystem (1)
System.IO.FileSystem.cs (1)
17[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerable<>))]
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerable.cs (2)
62private readonly FileSystemEnumerable<TResult> _enumerable; 64public DelegateEnumerator(FileSystemEnumerable<TResult> enumerable, bool isNormalized)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
11/// <summary>Enumerates the file system elements of the provided type that are being searched and filtered by a <see cref="FileSystemEnumerable{T}" />.</summary>
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
484var fse = new FileSystemEnumerable<(string, bool)>(fullPath,
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
297[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEnumerable<>))]
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
31FileSystemEnumerable<string> enumerable = new(