26 references to IsHighSurrogate
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3544
if (!XmlCharType.
IsHighSurrogate
(ch))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1755
if (XmlCharType.
IsHighSurrogate
(chars[i]))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (5)
107
!XmlCharType.
IsHighSurrogate
(highChar))
216
if (XmlCharType.
IsHighSurrogate
(ch))
245
!XmlCharType.
IsHighSurrogate
(highChar))
375
if (XmlCharType.
IsHighSurrogate
(ch))
442
if (XmlCharType.
IsHighSurrogate
(ch))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
1907
if (XmlCharType.
IsHighSurrogate
(ch))
1949
if (XmlCharType.
IsHighSurrogate
(ch))
5411
if (XmlCharType.
IsHighSurrogate
(ch))
5810
if (XmlCharType.
IsHighSurrogate
(ch))
6534
if (XmlCharType.
IsHighSurrogate
(ch))
6751
if (XmlCharType.
IsHighSurrogate
(ch))
7140
if (XmlCharType.
IsHighSurrogate
(tmpCh))
7438
if (XmlCharType.
IsHighSurrogate
(high))
8803
if (XmlCharType.
IsHighSurrogate
(ch))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1635
if (XmlCharType.
IsHighSurrogate
(chars[i]))
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
2618
if (XmlCharType.
IsHighSurrogate
(ch))
2973
if (XmlCharType.
IsHighSurrogate
(ch))
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
688
if (i + 1 >= str.Length || !(XmlCharType.
IsHighSurrogate
(str[i]) && XmlCharType.IsLowSurrogate(str[i + 1])))
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (5)
234
if (length > 1 && XmlCharType.
IsHighSurrogate
(name[0]) && XmlCharType.IsLowSurrogate(name[1]))
279
if ((length > position + 1) && XmlCharType.
IsHighSurrogate
(name[position]) && XmlCharType.IsLowSurrogate(name[position + 1]))
641
return XmlCharType.
IsHighSurrogate
(highChar) && XmlCharType.IsLowSurrogate(lowChar);
1644
if (XmlCharType.
IsHighSurrogate
(ch))
1686
if (XmlCharType.
IsHighSurrogate
(ch))
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (1)
212
if (XmlCharType.
IsHighSurrogate
(invChar) && nextChar != 0)