10 references to CreateUnexpectedStateException
System.Runtime.Serialization (10)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
299
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
518
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.EndElement, xmlReader));
545
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
570
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
751
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
802
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
822
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
878
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
System\Runtime\Serialization\XmlSerializableReader.cs (2)
27
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializerReadContext.
CreateUnexpectedStateException
(XmlNodeType.Element, xmlReader));
45
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializerReadContext.
CreateUnexpectedStateException
(XmlNodeType.EndElement, xmlReader));