3 references to Xml_ElementNotFoundNs
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (3)
877
throw new XmlException(ResXml.
Xml_ElementNotFoundNs
, new string[2] { localname, ns }, this as IXmlLineInfo);
952
throw new XmlException(ResXml.
Xml_ElementNotFoundNs
, new string[2] { localname, ns }, this as IXmlLineInfo);
1562
throw new XmlException(ResXml.
Xml_ElementNotFoundNs
, new string[2] { localName, namespaceURI }, this as IXmlLineInfo);