8 references to CombineSurrogateChar
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (1)
216
return XmlCharType.
CombineSurrogateChar
(lowSurrogate, highSurrogate);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
641
int surrogateChar = XmlCharType.
CombineSurrogateChar
(lowChar, highChar);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (1)
249
int surrogateChar = XmlCharType.
CombineSurrogateChar
(lowChar, highChar);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (2)
565
int surrogateChar = XmlCharType.
CombineSurrogateChar
(lowChar, highChar);
1363
ch = XmlCharType.
CombineSurrogateChar
(lowChar, ch);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
238
Int32 u = XmlCharType.
CombineSurrogateChar
(y, x);
283
Int32 u = XmlCharType.
CombineSurrogateChar
(y, x);
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (1)
214
int combinedChar = XmlCharType.
CombineSurrogateChar
(nextChar, invChar);