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