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