3 references to CreateInvalidSurrogatePairException
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (3)
1658throw CreateInvalidSurrogatePairException(data[i + 1], data[i], invSurrogateExceptionType, 0, i + 1); 1700throw CreateInvalidSurrogatePairException(data[i + 1], data[i], exceptionType, 0, offset - i + 1); 1816return CreateInvalidSurrogatePairException(low, hi, exceptionType, 0, 0);