1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
372this.parent = parent;
10 references to parent
System.ServiceModel (10)
System\ServiceModel\Channels\DatagramAdapter.cs (10)
388this.parent.channels.Add(channel); 419this.parent.Enqueue(e, null); 426this.parent.channels.Remove(channel); 427this.parent.throttle.DeactivateChannel(); 450result = this.parent.CallBeginReceive(this.channel, receiveCallbackDelegate, this); 471this.parent.Enqueue(exception, this.itemDequeuedDelegate); 502item = this.parent.CallEndReceive(this.channel, result); 523this.parent.Enqueue(exception, this.itemDequeuedDelegate); 527this.parent.Enqueue(item, this.itemDequeuedDelegate); 558this.parent.Enqueue(exception, this.itemDequeuedDelegate);