6 writes to activityWaiter
System.ServiceModel (6)
System\ServiceModel\ServiceChannelManager.cs (6)
139this.activityWaiter = closeResult; 176this.activityWaiter = activityWaiter; 187this.activityWaiter = null; 229this.activityWaiter = null; 245this.activityWaiter = null; 307this.activityWaiter = null;
7 references to activityWaiter
System.ServiceModel (7)
System\ServiceModel\ServiceChannelManager.cs (7)
135if (!(this.activityWaiter == null)) 172if (!(this.activityWaiter == null)) 213if (this.activityWaiter != null) 215activityWaiter = this.activityWaiter; 244this.activityWaiter.Dispose(); 294if (this.activityWaiter != null) 296activityWaiter = this.activityWaiter;