1 reference to SurrogateCharToUtf32
System.Xml (1)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
115
charEntity = string.Format( CultureInfo.InvariantCulture, "&#x{0:X};", new object[] {
SurrogateCharToUtf32
( charUnknownHigh, charUnknownLow ) } );