1 write to _cachedCgroupPath
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\LinuxUtilizationParserCgroupV2.cs (1)
134
_cachedCgroupPath
= "/sys/fs/cgroup" + trimmedPath.ToString().TrimEnd('/') + "/";
3 references to _cachedCgroupPath
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationParserCgroupV2.cs (3)
108
if (
_cachedCgroupPath
!= null)
110
return $"{
_cachedCgroupPath
}{filename}";
136
return $"{
_cachedCgroupPath
}{filename}";