7 references to Start
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (7)
270
_currentState = State.
Start
;
324
if (_currentState != State.
Start
)
405
_currentState = State.
Start
;
955
case State.
Start
:
1135
if (_currentState != State.
Start
)
1187
if (_indented && _currentState != State.
Start
)
1210
else if (_indented && _currentState != State.
Start
)