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