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