1 write to _MemUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
112
_MemUsageLastReported
= (int) Math.Min(Int32.MaxValue, Math.Max(0, memInKB)); // Make sure its within 0 and Int32.MaxValue
1 reference to _MemUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
113
PerfCounters.SetCounter(AppPerfCounter.APP_MEMORY_USED,
_MemUsageLastReported
);