8 references to JsonMethodNotSupported
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1630
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "CreateSigningNodeWriter"));
System\Runtime\Serialization\Json\XmlJsonWriter.cs (7)
415
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteComment"));
420
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteDocType"));
644
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteEntityRef"));
1069
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteXmlAttribute"));
1074
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteXmlAttribute"));
1081
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteXmlnsAttribute"));
1089
throw new NotSupportedException(SR.Format(SR.
JsonMethodNotSupported
, "WriteXmlnsAttribute"));