1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1321this.parent = parent;
6 references to parent
System.ServiceModel (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
1328this.parent.Abort(); 1333this.parent.Close(timeout); 1341compressedMessageEncoder.AddCompressedMessageProperties(message, this.parent.ContentType); 1346parent.DoneSending(timeoutHelper.RemainingTime()); 1354compressedMessageEncoder.AddCompressedMessageProperties(message, this.parent.ContentType); 1365parent.DoneSending(timeoutHelper.RemainingTime());