5 references to Xml_NoStartTag
System.Private.Xml (5)
System\Xml\Core\XmlTextWriter.cs (1)
1346throw new InvalidOperationException(SR.Xml_NoStartTag);
System\Xml\Core\XmlWellFormedWriter.cs (2)
506throw new XmlException(SR.Xml_NoStartTag, string.Empty); 557throw new XmlException(SR.Xml_NoStartTag, string.Empty);
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
338throw new XmlException(SR.Xml_NoStartTag, string.Empty); 417throw new XmlException(SR.Xml_NoStartTag, string.Empty);