10 references to CombineSurrogateChar
System.Private.Xml (10)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
160return XmlCharType.CombineSurrogateChar(lowSurrogate, highSurrogate);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
637int surrogateChar = XmlCharType.CombineSurrogateChar(lowChar, highChar);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
532int surrogateChar = XmlCharType.CombineSurrogateChar(lowChar, highChar);
System\Xml\Core\XmlTextEncoder.cs (1)
224int surrogateChar = XmlCharType.CombineSurrogateChar(lowChar, highChar);
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
552int surrogateChar = XmlCharType.CombineSurrogateChar(lowChar, highChar); 1444ch = XmlCharType.CombineSurrogateChar(lowChar, ch);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
476int surrogateChar = XmlCharType.CombineSurrogateChar(lowChar, highChar);
System\Xml\XmlConvert.cs (2)
211int u = XmlCharType.CombineSurrogateChar(y, x); 253int u = XmlCharType.CombineSurrogateChar(y, x);
System\Xml\XmlException.cs (1)
241int combinedChar = XmlCharType.CombineSurrogateChar(nextChar, invChar);