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