30 references to FileSystemEntry
mscorlib (1)
mscorlib.cs (1)
77[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEntry))]
netstandard (1)
netstandard.cs (1)
907[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEntry))]
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
420transform: (ref FileSystemEntry entry) =>
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Unix.cs (1)
12static (ref FileSystemEntry entry) =>
System.IO.FileSystem (1)
System.IO.FileSystem.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEntry))]
System.Private.CoreLib (24)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (1)
29ref FileSystemEntry entry,
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerable.cs (5)
53public delegate bool FindPredicate(ref FileSystemEntry entry); 58public delegate TResult FindTransform(ref FileSystemEntry entry); 70protected override TResult TransformEntry(ref FileSystemEntry entry) => _enumerable._transform(ref entry); 71protected override bool ShouldRecurseIntoEntry(ref FileSystemEntry entry) 73protected override bool ShouldIncludeEntry(ref FileSystemEntry entry)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (12)
120(ref FileSystemEntry entry) => entry.ToSpecifiedFullPath(), 123ShouldIncludePredicate = (ref FileSystemEntry entry) => 134(ref FileSystemEntry entry) => entry.ToSpecifiedFullPath(), 137ShouldIncludePredicate = (ref FileSystemEntry entry) => 148(ref FileSystemEntry entry) => entry.ToSpecifiedFullPath(), 151ShouldIncludePredicate = (ref FileSystemEntry entry) => 164(ref FileSystemEntry entry) => (FileInfo)entry.ToFileSystemInfo(), 168ShouldIncludePredicate = (ref FileSystemEntry entry) => 181(ref FileSystemEntry entry) => (DirectoryInfo)entry.ToFileSystemInfo(), 185ShouldIncludePredicate = (ref FileSystemEntry entry) => 198(ref FileSystemEntry entry) => entry.ToFileSystemInfo(), 202ShouldIncludePredicate = (ref FileSystemEntry entry) =>
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (3)
48protected virtual bool ShouldIncludeEntry(ref FileSystemEntry entry) => true; 53protected virtual bool ShouldRecurseIntoEntry(ref FileSystemEntry entry) => true; 58protected abstract TResult TransformEntry(ref FileSystemEntry entry);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (2)
96FileSystemEntry entry = default; 114FileAttributes attributes = FileSystemEntry.Initialize(
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
487static (ref FileSystemEntry entry) =>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net9.0\System.Runtime.Forwards.cs (1)
290[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.Enumeration.FileSystemEntry))]