7 references to Xml_InternalError
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
1525throw new XmlException(ResXml.Xml_InternalError, string.Empty); 1551throw new XmlException(ResXml.Xml_InternalError, string.Empty); 5460Throw(ResXml.Xml_InternalError); 6244Throw(ResXml.Xml_InternalError);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
619throw new XmlException(ResXml.Xml_InternalError, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
138throw new XmlException(ResXml.Xml_InternalError, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3527Throw(_curPos, ResXml.Xml_InternalError);