8 references to Start
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaValidator.cs (8)
367
throw new InvalidOperationException(SR.Format(SR.Sch_InvalidStateTransition, new string[] { s_methodNames[(int)_currentState], s_methodNames[(int)ValidatorState.
Start
] }));
369
_currentState = ValidatorState.
Start
;
377
throw new InvalidOperationException(SR.Format(SR.Sch_InvalidStateTransition, new string[] { s_methodNames[(int)_currentState], s_methodNames[(int)ValidatorState.
Start
] }));
384
_currentState = ValidatorState.
Start
;
587
_currentState = ValidatorState.
Start
;
930
if (_currentState == ValidatorState.
Start
|| _currentState == ValidatorState.TopLevelTextOrWS)
997
else if (_currentState == ValidatorState.
Start
)
2078
throw new InvalidOperationException(SR.Format(SR.Sch_InvalidStartTransition, new string[] { methodName, s_methodNames[(int)ValidatorState.
Start
] }));