2 writes to _fullPath
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (2)
41entry._fullPath = ReadOnlySpan<char>.Empty; 86_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)
80if (_fullPath.Length == 0) 88return _fullPath;