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