1 write to cleanupComplete
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapter.cs (1)
85
cleanupComplete
= new AutoResetEvent(false);
3 references to cleanupComplete
SMSvcHost (3)
System\ServiceModel\Activation\ListenerAdapter.cs (3)
98
cleanupComplete
.WaitOne(ListenerConstants.ServiceStopTimeout, false);
926
if (this.
cleanupComplete
!= null)
934
this.
cleanupComplete
.Set();