9 references to DirectoryEntry
System.Private.CoreLib (9)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs (1)
64internal static unsafe partial int ReadDirR(IntPtr dir, byte* buffer, int bufferSize, DirectoryEntry* outputEntry);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (3)
14private Interop.Sys.DirectoryEntry _directoryEntry; 30Interop.Sys.DirectoryEntry directoryEntry, 98Span<char> buffer = MemoryMarshal.CreateSpan(ref _fileNameBuffer._buffer[0], Interop.Sys.DirectoryEntry.NameBufferSize);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (2)
27private Interop.Sys.DirectoryEntry _entry; 178fixed (Interop.Sys.DirectoryEntry* e = &_entry)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (3)
253private static string? GetDirectoryEntryFullPath(ref Interop.Sys.DirectoryEntry dirent, string currentPath) 255ReadOnlySpan<char> direntName = dirent.GetName(stackalloc char[Interop.Sys.DirectoryEntry.NameBufferSize]); 290Interop.Sys.DirectoryEntry dirent;