2 references to XmlProcessingInstructionNotSupported
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
891
throw new ArgumentException(SR.
XmlProcessingInstructionNotSupported
, nameof(name));
System\Xml\XmlExceptionHelper.cs (1)
188
ThrowXmlException(reader, SR.
XmlProcessingInstructionNotSupported
);