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