8 references to Start
System.Xml (8)
System\Xml\Schema\XmlSchemaValidator.cs (8)
338
throw new InvalidOperationException(Res.GetString(Res.Sch_InvalidStateTransition, new string[] { MethodNames[(int)currentState], MethodNames[(int)ValidatorState.
Start
] }));
340
currentState = ValidatorState.
Start
;
346
throw new InvalidOperationException(Res.GetString(Res.Sch_InvalidStateTransition, new string[] { MethodNames[(int)currentState], MethodNames[(int)ValidatorState.
Start
] }));
354
currentState = ValidatorState.
Start
;
546
currentState = ValidatorState.
Start
;
834
if (currentState == ValidatorState.
Start
|| currentState == ValidatorState.TopLevelTextOrWS) { //Right after initialize
876
else if (currentState == ValidatorState.
Start
) {
1746
throw new InvalidOperationException(Res.GetString(Res.Sch_InvalidStartTransition, new string[] { methodName, MethodNames[(int)ValidatorState.
Start
] }));