4 references to StartElement
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (4)
77if (this.state != ByteStreamWriterState.Content && this.state != ByteStreamWriterState.StartElement) 93if (this.state != ByteStreamWriterState.StartElement && this.state != ByteStreamWriterState.Content) 271this.state = ByteStreamWriterState.StartElement; 307case ByteStreamWriterState.StartElement: