30 references to NameTable
dotnet-svcutil-lib (30)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
354_xnt = new NameTable();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
109_impl = new XmlTextReaderImpl(url, new NameTable());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (10)
386nt = new NameTable(); 464internal XmlTextReaderImpl(Stream input) : this(string.Empty, input, new NameTable()) 470internal XmlTextReaderImpl(string url, Stream input) : this(url, input, new NameTable()) 490internal XmlTextReaderImpl(TextReader input) : this(string.Empty, input, new NameTable()) 496internal XmlTextReaderImpl(string url, TextReader input) : this(url, input, new NameTable()) 513: this((context != null && context.NameTable != null) ? context.NameTable : new NameTable()) 535: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 561: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 571public XmlTextReaderImpl(string url) : this(url, new NameTable()) 9158nt = new NameTable();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlImplementation.cs (1)
19public XmlImplementation() : this(new NameTable())
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
175_nametable = new NameTable();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
486tempSchema.CompileSchemaInSet(new NameTable(), null, null); //compile built-in schema
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
673get { if (_nameTable == null) _nameTable = new Microsoft.Xml.NameTable(); return _nameTable; }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
41public XmlSchemaCollection() : this(new NameTable())
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
83public XmlSchemaSet() : this(new NameTable())
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
3724XsdSimpleValue simpleValue = (XsdSimpleValue)SchemaType.Datatype.ParseValue((string)value, new NameTable(), nsResolver, true);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
391XmlNameTable nameTable = new Microsoft.Xml.NameTable(); 780XmlNameTable nameTable = new Microsoft.Xml.NameTable();
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
63s_EmptyResolver = new XmlNamespaceManager(new NameTable());
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (1)
97nsResolver = new XmlNamespaceManager(new NameTable());
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
55_nameTable = new NameTable();
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1978XmlNamespaceManager mngr = new XmlNamespaceManager(new NameTable());
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1232get { return new NameTable(); }
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltContext.cs (1)
33protected XsltContext() : base(new NameTable()) { }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
927_nameTable = new NameTable();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
461Microsoft.Xml.NameTable nameTable = new Microsoft.Xml.NameTable();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1360NameTable nameTable = new NameTable();