2 references to Xml_UndeclaredParEntity
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
926throw new XmlException(ResXml.Xml_UndeclaredParEntity, eref.Name);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3436SendValidationEvent(_curPos - entityName.Name.Length - 1, XmlSeverityType.Error, ResXml.Xml_UndeclaredParEntity, entityName.Name);