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