1 instantiation of WebProcessStatistics
System.Web (1)
Management\WebEvents.cs (1)
1135static WebProcessStatistics s_procStats = new WebProcessStatistics();
4 references to WebProcessStatistics
System.Web (4)
Management\EventlogProvider.cs (1)
105void AddWebProcessStatisticsDataFields(ArrayList dataFields, WebProcessStatistics procStats) {
Management\WebEvents.cs (2)
1135static WebProcessStatistics s_procStats = new WebProcessStatistics(); 1147public WebProcessStatistics ProcessStatistics {get {return s_procStats;}}
Management\wmiprovider.cs (1)
182WebProcessStatistics procStats = hbEvent.ProcessStatistics;