3 references to Wait
mscorlib (1)
system\threading\CountdownEvent.cs (1)
131
/// to be set, the <see cref="
Wait
()"/> method should be preferred.
System.Web (2)
Hosting\SuspendManager.cs (1)
97
countdownEvent.
Wait
(); // to assist with debugging, don't time out if a debugger is attached
httpserverutility.cs (1)
590
countdownEvent.
Wait
();