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