2 writes to connectionDequeuedCallback
System.ServiceModel (2)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (2)
69this.connectionDequeuedCallback = value; 76this.connectionDequeuedCallback = null;
8 references to connectionDequeuedCallback
System.ServiceModel (8)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (8)
64return this.connectionDequeuedCallback; 75Action dequeuedCallback = this.connectionDequeuedCallback; 152if (this.connectionDequeuedCallback != null) 154this.connectionDequeuedCallback(); 193if (this.connectionDequeuedCallback != null) 195this.connectionDequeuedCallback(); 228if (this.connectionDequeuedCallback != null) 230this.connectionDequeuedCallback();