10 references to CombineSurrogateChar
System.Xml (10)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
180
return XmlCharType.
CombineSurrogateChar
(lowSurrogate, highSurrogate);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
598
int surrogateChar = XmlCharType.
CombineSurrogateChar
( lowChar, highChar );
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
417
int surrogateChar = XmlCharType.
CombineSurrogateChar
( lowChar, highChar );
System\Xml\Core\XmlTextEncoder.cs (1)
209
int surrogateChar = XmlCharType.
CombineSurrogateChar
( lowChar, highChar );
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
530
int surrogateChar = XmlCharType.
CombineSurrogateChar
( lowChar, highChar );
1258
ch = XmlCharType.
CombineSurrogateChar
( lowChar, ch );
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
391
int surrogateChar = XmlCharType.
CombineSurrogateChar
( lowChar, highChar );
System\Xml\XmlConvert.cs (2)
216
Int32 u = XmlCharType.
CombineSurrogateChar
(y, x);
258
Int32 u = XmlCharType.
CombineSurrogateChar
(y, x);
System\Xml\XmlException.cs (1)
256
int combinedChar = XmlCharType.
CombineSurrogateChar
(nextChar, invChar);