4 references to XmlEncodingNotSupported
System.Private.DataContractSerialization (4)
System\Xml\EncodingStreamWrapper.cs (4)
129
_ => throw new XmlException(SR.
XmlEncodingNotSupported
),
138
_ => throw new XmlException(SR.
XmlEncodingNotSupported
),
147
_ => throw new XmlException(SR.
XmlEncodingNotSupported
),
161
throw new XmlException(SR.
XmlEncodingNotSupported
);