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