3 writes to recycledMessageState
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1855
this.
recycledMessageState
= this.messageDataAtBody.TakeMessageState();
1858
this.
recycledMessageState
= new RecycledMessageState();
1905
this.
recycledMessageState
= null;
4 references to recycledMessageState
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1856
if (this.
recycledMessageState
== null)
1861
this.headers = this.
recycledMessageState
.TakeHeaders();
1902
this.
recycledMessageState
.ReturnHeaders(this.headers);
1903
this.messageDataAtBody.ReturnMessageState(this.
recycledMessageState
);