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)
113PerfCounters.SetCounter(AppPerfCounter.APP_MEMORY_USED, _MemUsageLastReported);