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