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