3 references to Xml_InvalidSurrogateHighChar
System.Private.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1889error = SR.Format(SR.Xml_InvalidSurrogateHighChar, ((uint)chars[i]).ToString("X", CultureInfo.InvariantCulture));
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1751error = SR.Format(SR.Xml_InvalidSurrogateHighChar, ((uint)chars[i]).ToString("X", CultureInfo.InvariantCulture));
System\Xml\XmlConvert.cs (1)
1606return CreateException(SR.Xml_InvalidSurrogateHighChar, ((uint)hi).ToString("X", CultureInfo.InvariantCulture), exceptionType, lineNo, linePos);