6 instantiations of SurrogateChar
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1295
charValue = new
SurrogateChar
(lowChar, (char)charValue).Char;
System\Xml\ValueHandle.cs (1)
881
SurrogateChar surrogate = new
SurrogateChar
(ch);
System\Xml\XmlBaseWriter.cs (1)
996
SurrogateChar ch = new
SurrogateChar
(lowChar, highChar);
System\Xml\XmlBinaryWriter.cs (1)
757
SurrogateChar sch = new
SurrogateChar
(ch);
System\Xml\XmlBufferReader.cs (1)
670
SurrogateChar surrogate = new
SurrogateChar
(ch);
System\Xml\XmlStreamNodeWriter.cs (1)
524
SurrogateChar surrogateChar = new
SurrogateChar
(ch);
7 references to SurrogateChar
System.Runtime.Serialization (7)
System\Xml\ValueHandle.cs (1)
881
SurrogateChar
surrogate = new SurrogateChar(ch);
System\Xml\XmlBaseWriter.cs (1)
996
SurrogateChar
ch = new SurrogateChar(lowChar, highChar);
System\Xml\XmlBinaryWriter.cs (1)
757
SurrogateChar
sch = new SurrogateChar(ch);
System\Xml\XmlBufferReader.cs (3)
670
SurrogateChar
surrogate = new SurrogateChar(ch);
807
if (value >
SurrogateChar
.MaxValue)
835
if (value >
SurrogateChar
.MaxValue)
System\Xml\XmlStreamNodeWriter.cs (1)
524
SurrogateChar
surrogateChar = new SurrogateChar(ch);