9 references to Update
System.Web (9)
Management\WebEvents.cs (9)
2103public DateTime ProcessStartTime {get {Update(); return s_startTime;}} 2105public int ThreadCount {get {Update(); return s_threadCount;}} 2107public long WorkingSet {get {Update(); return s_workingSet;}} 2109public long PeakWorkingSet {get {Update(); return s_peakWorkingSet;}} 2111public long ManagedHeapSize {get {Update(); return s_managedHeapSize;}} 2113public int AppDomainCount {get {Update(); return s_appdomainCount;}} 2115public int RequestsExecuting {get {Update(); return s_requestsExecuting;}} 2117public int RequestsQueued {get {Update(); return s_requestsQueued;}} 2119public int RequestsRejected {get {Update(); return s_requestsRejected;}}