4 references to Closed
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (4)
55if (this.state != ByteStreamWriterState.Closed) 67this.state = ByteStreamWriterState.Closed; 293if (this.state == ByteStreamWriterState.Closed) 313case ByteStreamWriterState.Closed: