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