2 writes to _fullPath
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (2)
45
entry.
_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)
84
if (
_fullPath
.Length == 0)
92
return
_fullPath
;