2 writes to messageState
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedMessageData.cs (2)
84
this.
messageState
= messageState;
103
this.
messageState
= null;
2 references to messageState
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedMessageData.cs (2)
82
if (this.
messageState
== null)
100
RecycledMessageState messageState = this.
messageState
;