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