7 references to Start
System.Xml (7)
System\Xml\Core\XmlTextWriter.cs (7)
259currentState = State.Start; 306if (this.currentState != State.Start) 373this.currentState = State.Start; 814case State.Start : 961if (this.currentState != State.Start) { 1004if (this.indented && this.currentState != State.Start) { 1023else if (this.indented && this.currentState != State.Start) {