9 references to CreateInvalidSurrogatePairException
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3557throw XmlConvert.CreateInvalidSurrogatePairException(ch, chNext);
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (1)
125throw XmlConvert.CreateInvalidSurrogatePairException(charUnknownHigh, charUnknownLow);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1525throw XmlConvert.CreateInvalidSurrogatePairException((char)lowChar, (char)ch);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (4)
109throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar); 247throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar); 383throw XmlConvert.CreateInvalidSurrogatePairException(text[i], ch); 454throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, ch);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1373throw XmlConvert.CreateInvalidSurrogatePairException((char)lowChar, (char)ch);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1028throw XmlConvert.CreateInvalidSurrogatePairException(lowChar, highChar);