1 write to s_threadCount
System.Web (1)
Management\WebEvents.cs (1)
2082s_threadCount = process.Threads.Count;
1 reference to s_threadCount
System.Web (1)
Management\WebEvents.cs (1)
2105public int ThreadCount {get {Update(); return s_threadCount;}}