10 references to Xml_InvalidSurrogateMissingLowChar
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3552throw ThrowXmlException(ResXml.Xml_InvalidSurrogateMissingLowChar);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
1527throw new ArgumentException(ResXml.Xml_InvalidSurrogateMissingLowChar); 1765error = ResXml.Xml_InvalidSurrogateMissingLowChar;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (2)
457throw new ArgumentException(ResXml.Xml_InvalidSurrogateMissingLowChar); 517throw new ArgumentException(ResXml.Xml_InvalidSurrogateMissingLowChar);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (2)
1375throw new ArgumentException(ResXml.Xml_InvalidSurrogateMissingLowChar); 1645error = ResXml.Xml_InvalidSurrogateMissingLowChar;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1002throw new ArgumentException(ResXml.Xml_InvalidSurrogateMissingLowChar);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
1648throw CreateException(ResXml.Xml_InvalidSurrogateMissingLowChar, invSurrogateExceptionType, 0, i + 1); 1690throw CreateException(ResXml.Xml_InvalidSurrogateMissingLowChar, exceptionType, 0, offset - i + 1);