6 references to Xml_ClosedOrError
System.Private.Xml (6)
System\Xml\Core\XmlTextWriter.cs (1)
422throw new ArgumentException(SR.Xml_ClosedOrError);
System\Xml\Core\XmlWellFormedWriter.cs (2)
1488throw new InvalidOperationException(SR.Xml_ClosedOrError); 1847throw new InvalidOperationException(SR.Xml_ClosedOrError);
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
1178throw new InvalidOperationException(SR.Xml_ClosedOrError); 1275throw new InvalidOperationException(SR.Xml_ClosedOrError);
System\Xml\Dom\DocumentXmlWriter.cs (1)
625throw new InvalidOperationException(SR.Xml_ClosedOrError);