8 references to Name
System.Private.CoreLib (8)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs (4)
40Debug.Assert(Name != null, "should not have a null name"); 44? new ReadOnlySpan<byte>(Name, new ReadOnlySpan<byte>(Name, NameBufferSize).IndexOf<byte>(0)) 45: new ReadOnlySpan<byte>(Name, NameLength);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (4)
123if (_entry.Name[0] == '.' && (_entry.Name[1] == 0 || (_entry.Name[1] == '.' && _entry.Name[2] == 0)))