2 references to IsSet
mscorlib (1)
system\threading\CountdownEvent.cs (1)
567
bool returnValue =
IsSet
;
System.Web (1)
httpserverutility.cs (1)
589
blockedThread = !countdownEvent.
IsSet
;