3 references to XmlMethodNotSupported
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
487
throw new NotSupportedException(SR.Format(SR.
XmlMethodNotSupported
, "WriteDocType"));
942
throw new NotSupportedException(SR.Format(SR.
XmlMethodNotSupported
, "WriteEntityRef"));
955
throw new NotSupportedException(SR.Format(SR.
XmlMethodNotSupported
, "WriteNmToken"));