3 references to Xml_DupXmlDecl
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (1)
793throw new ArgumentException(SR.Xml_DupXmlDecl);
System\Xml\Core\XmlWellFormedWriter.cs (1)
900throw new ArgumentException(_conformanceLevel == ConformanceLevel.Document ? SR.Xml_DupXmlDecl : SR.Xml_CannotWriteXmlDecl);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
801throw new ArgumentException(_conformanceLevel == ConformanceLevel.Document ? SR.Xml_DupXmlDecl : SR.Xml_CannotWriteXmlDecl);