10 references to CreateInvalidSurrogatePairException
System.Private.Xml (10)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3534throw XmlConvert.CreateInvalidSurrogatePairException(ch, (char)lowSurr);
System\Xml\Core\CharEntityEncoderFallback.cs (1)
90throw XmlConvert.CreateInvalidSurrogatePairException(charUnknownHigh, charUnknownLow);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1627throw XmlConvert.CreateInvalidSurrogatePairException((char)lowChar, (char)ch);
System\Xml\Core\XmlTextEncoder.cs (4)
103throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar); 222throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar); 355throw XmlConvert.CreateInvalidSurrogatePairException(text[i], ch); 417throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, ch);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1454throw XmlConvert.CreateInvalidSurrogatePairException((char)lowChar, (char)ch);
System\Xml\Core\XmlWellFormedWriter.cs (1)
986throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
887throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar);