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