2 references to XmlInvalidLowSurrogate
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1213new XmlException(SR.Format(SR.XmlInvalidLowSurrogate, bufferAsString)));
System\Text\SurrogateChar.cs (1)
37throw new ArgumentException(SR.Format(SR.XmlInvalidLowSurrogate, ((int)lowChar).ToString("X", CultureInfo.InvariantCulture)), nameof(lowChar));