1 write to MountPoint
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs (1)
85MountPoint = mountPoint,
7 references to MountPoint
System.Diagnostics.Process (7)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (1)
348path = mount.MountPoint.ToString();
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (6)
32if (mount.MountPoint.Length < currentBestLength) 37if (!path.StartsWith(mount.MountPoint)) 42if (mount.MountPoint.Length == path.Length) 48if (mount.MountPoint.Length > 1 && path[mount.MountPoint.Length] != '/') 53currentBestLength = mount.MountPoint.Length;