2 references to XmlParserContext
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3236XmlParserContext xpc = new XmlParserContext(_xnt, xnm, this.XmlLang, this.XmlSpace);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2114XmlParserContext context = new XmlParserContext(NameTable, mgr, null, XmlSpace.Default);