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