8 references to XmlMalformedDecl
System.Private.DataContractSerialization (8)
System\Xml\EncodingStreamWrapper.cs (3)
356throw new XmlException(SR.XmlMalformedDecl); 374throw new XmlException(SR.XmlMalformedDecl); 381throw new XmlException(SR.XmlMalformedDecl);
System\Xml\XmlBaseReader.cs (5)
133XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.XmlMalformedDecl)); 146XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.XmlMalformedDecl)); 150XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.XmlMalformedDecl)); 163XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.XmlMalformedDecl)); 178XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.XmlMalformedDecl));