2 writes to _fullPath
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (2)
45entry._fullPath = ReadOnlySpan<char>.Empty; 90_fullPath = _pathBuffer.Slice(0, charsWritten);
2 references to _fullPath
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (2)
84if (_fullPath.Length == 0) 92return _fullPath;