2 references to SurrogateChar
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1295charValue = new SurrogateChar(lowChar, (char)charValue).Char;
System\Xml\XmlBaseWriter.cs (1)
996SurrogateChar ch = new SurrogateChar(lowChar, highChar);