8 references to Start
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (8)
383throw new InvalidOperationException(string.Format(ResXml.Sch_InvalidStateTransition, new string[] { s_methodNames[(int)_currentState], s_methodNames[(int)ValidatorState.Start] })); 385_currentState = ValidatorState.Start; 393throw new InvalidOperationException(string.Format(ResXml.Sch_InvalidStateTransition, new string[] { s_methodNames[(int)_currentState], s_methodNames[(int)ValidatorState.Start] })); 403_currentState = ValidatorState.Start; 629_currentState = ValidatorState.Start; 980if (_currentState == ValidatorState.Start || _currentState == ValidatorState.TopLevelTextOrWS) 1035else if (_currentState == ValidatorState.Start) 2111throw new InvalidOperationException(string.Format(ResXml.Sch_InvalidStartTransition, new string[] { methodName, s_methodNames[(int)ValidatorState.Start] }));