2 references to XmlParserContext
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3213
XmlParserContext xpc = new
XmlParserContext
(_xnt, xnm, this.XmlLang, this.XmlSpace);
System\Xml\XPath\XPathNavigator.cs (1)
2015
XmlParserContext context = new
XmlParserContext
(NameTable, mgr, null, XmlSpace.Default);