11 references to ThrowXmlException
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (11)
2066throw ThrowXmlException(ResXml.Xml_UnexpectedEOF1); 2124throw ThrowXmlException(ResXml.XmlBinary_ValueTooBig); 2161throw ThrowXmlException(ResXml.XmlBinary_ValueTooBig); 3119throw ThrowXmlException(ResXml.Xml_UnexpectedEndTag); 3131throw ThrowXmlException(ResXml.Xml_DtdIsProhibited); 3139throw ThrowXmlException(ResXml.Xml_DtdNotAllowedInFragment); 3141throw ThrowXmlException(ResXml.Xml_BadDTDLocation); 3281throw ThrowXmlException(ResXml.Xml_InvalidRootData); 3552throw ThrowXmlException(ResXml.Xml_InvalidSurrogateMissingLowChar); 3596throw ThrowXmlException(ResXml.Xml_UnexpectedEOF1); 4482return ThrowXmlException(ResXml.XmlBinary_UnexpectedToken);