1 write to _onRespondToPingWaitCallback
System.Web (1)
Hosting\ApplicationManager.cs (1)
98
_onRespondToPingWaitCallback
= new WaitCallback(this.OnRespondToPingWaitCallback);
1 reference to _onRespondToPingWaitCallback
System.Web (1)
Hosting\ApplicationManager.cs (1)
695
ThreadPool.QueueUserWorkItem(
_onRespondToPingWaitCallback
);