7 references to Start
System.Private.Xml (7)
System\Xml\Core\XmlTextWriter.cs (7)
275
_currentState = State.
Start
;
333
if (_currentState != State.
Start
)
430
_currentState = State.
Start
;
990
case State.
Start
:
1171
if (_currentState != State.
Start
)
1223
if (_indented && _currentState != State.
Start
)
1246
else if (_indented && _currentState != State.
Start
)