6 instantiations of SurrogateChar
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1215charValue = new SurrogateChar(lowChar, (char)charValue).Char;
System\Xml\ValueHandle.cs (1)
867SurrogateChar surrogate = new SurrogateChar(ch);
System\Xml\XmlBaseWriter.cs (1)
1125SurrogateChar ch = new SurrogateChar(lowChar, highChar);
System\Xml\XmlBinaryWriter.cs (1)
710SurrogateChar sch = new SurrogateChar(ch);
System\Xml\XmlBufferReader.cs (1)
580SurrogateChar surrogate = new SurrogateChar(ch);
System\Xml\XmlStreamNodeWriter.cs (1)
257SurrogateChar surrogateChar = new SurrogateChar(ch);
7 references to SurrogateChar
System.Private.DataContractSerialization (7)
System\Xml\ValueHandle.cs (1)
867SurrogateChar surrogate = new SurrogateChar(ch);
System\Xml\XmlBaseWriter.cs (1)
1125SurrogateChar ch = new SurrogateChar(lowChar, highChar);
System\Xml\XmlBinaryWriter.cs (1)
710SurrogateChar sch = new SurrogateChar(ch);
System\Xml\XmlBufferReader.cs (3)
580SurrogateChar surrogate = new SurrogateChar(ch); 716if (value > SurrogateChar.MaxValue) 738if (value > SurrogateChar.MaxValue)
System\Xml\XmlStreamNodeWriter.cs (1)
257SurrogateChar surrogateChar = new SurrogateChar(ch);