4 references to s_cgroupVersion
System.Diagnostics.Process (4)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (4)
36internal static readonly string? s_cgroupMemoryHierarchyMountPath = FindCGroupMemoryHierarchyMountPath(s_cgroupVersion); 39internal static readonly string? s_cgroupMemoryPath = FindCGroupMemoryPath(s_cgroupVersion); 46if (s_cgroupVersion == CGroupVersion.CGroup1) 50else if (s_cgroupVersion == CGroupVersion.CGroup2)