1 write to _path
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
113
handle.
_path
= path;
3 references to _path
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.cs (1)
43
internal string? Path =>
_path
;
src\runtime\src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
152
Debug.Assert(
_path
is not null);
153
Interop.Sys.Unlink(
_path
); // ignore errors; it's valid that the path may no longer exist