8 references to XmlMalformedDecl
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (3)
384throw new XmlException(SRSerialization.XmlMalformedDecl); 402throw new XmlException(SRSerialization.XmlMalformedDecl); 409throw new XmlException(SRSerialization.XmlMalformedDecl);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (5)
145XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl))); 158XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl))); 162XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl))); 178XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl))); 193XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));