1 write to SuperOptions
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs (1)
87SuperOptions = superOptions
1 reference to SuperOptions
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (1)
327bool validCGroup1Entry = mount.FileSystemType.SequenceEqual("cgroup") && mount.SuperOptions.IndexOf(subsystem) >= 0;