1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
667this.parent = parent;
3 references to parent
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
710parent.CleanupChannel(this.innerChannel, connectionStillGood, this.key, 721this.parent.StampInitialMessage(this.message); 735this.parent.StartBackgroundReceive(this.innerChannel);