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