2 writes to _waitForCallBack
System.Web (2)
Compilation\ClientBuildManager.cs (2)
557
_waitForCallBack
= _host != null;
710
_waitForCallBack
= false;
2 references to _waitForCallBack
System.Web (2)
Compilation\ClientBuildManager.cs (2)
593
while (
_waitForCallBack
&& waited <= 50) {
597
if (
_waitForCallBack
) {