11 references to Xml_InvalidSurrogateMissingLowChar
System.Private.Xml (11)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3530throw CreateXmlException(SR.Xml_InvalidSurrogateMissingLowChar);
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
1629throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar); 1884error = SR.Xml_InvalidSurrogateMissingLowChar;
System\Xml\Core\XmlTextEncoder.cs (2)
420throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar); 459throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar);
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
1456throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar); 1746error = SR.Xml_InvalidSurrogateMissingLowChar;
System\Xml\Core\XmlWellFormedWriter.cs (1)
960throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
861throw new ArgumentException(SR.Xml_InvalidSurrogateMissingLowChar);
System\Xml\XmlConvert.cs (2)
1419throw CreateException(SR.Xml_InvalidSurrogateMissingLowChar, invSurrogateExceptionType, 0, i + 1); 1461throw CreateException(SR.Xml_InvalidSurrogateMissingLowChar, exceptionType, 0, offset - i + 1);