1 write to FileSystemType
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.TryParseMountInfoLine.cs (1)
86FileSystemType = fileSystemType,
4 references to FileSystemType
System.Diagnostics.Process (4)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (2)
327bool validCGroup1Entry = mount.FileSystemType.SequenceEqual("cgroup") && mount.SuperOptions.IndexOf(subsystem) >= 0; 335bool validCGroup2Entry = mount.FileSystemType.SequenceEqual("cgroup2");
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (2)
44currentFormat = mount.FileSystemType; 54currentFormat = mount.FileSystemType;