5 references to Content
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (5)
77if (this.state != ByteStreamWriterState.Content && this.state != ByteStreamWriterState.StartElement) 93if (this.state != ByteStreamWriterState.StartElement && this.state != ByteStreamWriterState.Content) 125this.state = ByteStreamWriterState.Content; 166thisPtr.writer.state = ByteStreamWriterState.Content; 309case ByteStreamWriterState.Content: