13 references to IsSurrogate
mscorlib (5)
system\char.cs (1)
726return (IsSurrogate(s[index]));
system\globalization\idnmapping.cs (1)
1007if (Char.IsSurrogate(output[iUseInsertLocation]))
system\io\binarywriter.cs (1)
192if (Char.IsSurrogate(ch))
system\text\decoderfallback.cs (2)
169if (Char.IsSurrogate(ch)) 230if (Char.IsSurrogate(ch))
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1297if(Char.IsSurrogate(c)) {
net\System\Net\WebUtility.cs (4)
123if (encodeConformance == UnicodeEncodingConformance.Strict && Char.IsSurrogate(ch)) { 297else if (encodeConformance == UnicodeEncodingConformance.Strict && Char.IsSurrogate(ch)) { 618Debug.Assert(Char.IsSurrogate(*pch)); 710if (c == '&' || Char.IsSurrogate(c)) {
System.Web (1)
Util\Utf16StringValidator.cs (1)
32if (Char.IsSurrogate(input[i])) {
System.Xml (2)
System\Xml\Core\XmlWellFormedWriter.cs (1)
854if (Char.IsSurrogate(ch)) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
705if (Char.IsSurrogate(ch)) {