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