5 references to CreateUnexpectedStateException
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (3)
308
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
515
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.EndElement, xmlReader));
542
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (2)
29
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializerReadContext.
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
47
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializerReadContext.
CreateUnexpectedStateException
(XmlNodeType.EndElement, _xmlReader));