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