3 references to NameLength
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs (2)
37ReadOnlySpan<byte> nameBytes = (NameLength == -1) 39: new ReadOnlySpan<byte>(Name, NameLength);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (1)
100if (_directoryEntry.NameLength != 0 && _fileName.Length == 0)