47 references to NameTable
BuildBoss (1)
ProjectUtil.cs (1)
41Manager = new XmlNamespaceManager(new NameTable());
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateWixCommandPackageDropBase.cs (1)
138XmlNamespaceManager nsmgr = new XmlNamespaceManager(new NameTable());
Microsoft.DotNet.SignCheckLibrary (1)
Verification\VsixVerifier.cs (1)
49XmlNamespaceManager namespaceManager = new XmlNamespaceManager(new NameTable());
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
495XmlNamespaceManager nsmgr = new XmlNamespaceManager(new NameTable());
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
429XmlNamespaceManager xmlnsMgr = new XmlNamespaceManager(new NameTable());
PresentationFramework (2)
System\Windows\Data\XmlNamespaceMappingCollection.cs (1)
31public XmlNamespaceMappingCollection() : base(new NameTable())
System\Windows\Markup\ParserContext.cs (1)
429XmlNamespaceManager xmlnsMgr = new XmlNamespaceManager(new NameTable());
ReachFramework (1)
PrintConfig\PrtTicket_Public.cs (1)
630_nsMgr = new XmlNamespaceManager(new NameTable());
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
112_namespaces = new XmlNamespaceManager(new NameTable()); 119_namespaces = new XmlNamespaceManager(new NameTable());
System\Xml\XmlBaseReader.cs (1)
3121_nameTable = new NameTable();
System.Private.Xml (34)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
325_xnt = new NameTable();
System\Xml\Core\XmlTextReader.cs (1)
100_impl = new XmlTextReaderImpl(url, new NameTable());
System\Xml\Core\XmlTextReaderImpl.cs (11)
304_nameTable = new NameTable(); 370nt = new NameTable(); 449internal XmlTextReaderImpl(Stream input) : this(string.Empty, input, new NameTable()) 457internal XmlTextReaderImpl(string url, Stream input) : this(url, input, new NameTable()) 481internal XmlTextReaderImpl(TextReader input) : this(string.Empty, input, new NameTable()) 489internal XmlTextReaderImpl(string url, TextReader input) : this(url, input, new NameTable()) 506: this((context != null && context.NameTable != null) ? context.NameTable : new NameTable()) 529: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 553: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 561public XmlTextReaderImpl(string url) : this(url, new NameTable()) 9038nt = new NameTable();
System\Xml\Dom\XmlImplementation.cs (1)
13public XmlImplementation() : this(new NameTable())
System\Xml\Schema\Inference\Infer.cs (1)
159_nametable = new NameTable();
System\Xml\Schema\Preprocessor.cs (1)
468tempSchema.CompileSchemaInSet(new NameTable(), null, null); //compile built-in schema
System\Xml\Schema\XmlSchema.cs (1)
521internal XmlNameTable NameTable => _nameTable ??= new System.Xml.NameTable();
System\Xml\Schema\XmlSchemaCollection.cs (1)
37public XmlSchemaCollection() : this(new NameTable())
System\Xml\Schema\XmlSchemaSet.cs (1)
79public XmlSchemaSet() : this(new NameTable())
System\Xml\Schema\XmlValueConverter.cs (1)
3192XsdSimpleValue simpleValue = (XsdSimpleValue)SchemaType!.Datatype!.ParseValue((string)value, new NameTable(), nsResolver, true);
System\Xml\Serialization\XmlSchemas.cs (2)
287XmlNameTable nameTable = new System.Xml.NameTable(); 674XmlNameTable nameTable = new System.Xml.NameTable();
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
99nsResolver ??= new XmlNamespaceManager(new NameTable());
System\Xml\XPath\XPathDocument.cs (1)
46_nameTable = new NameTable();
System\Xml\XPath\XPathNavigator.cs (1)
1882XmlNamespaceManager mngr = new XmlNamespaceManager(new NameTable());
System\Xml\XPath\XPathNavigatorReader.cs (1)
1220get { return new NameTable(); }
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
785private readonly NameTable _attrNames = new NameTable(); 938private readonly XmlNamespaceManager _nsmgr = new XmlNamespaceManager(new NameTable());
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
355return _constr.GetNavigator(_text, _baseUri, new NameTable());
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
59_readerSettings = new QueryReaderSettings(new NameTable());
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
81_readerSettings = new QueryReaderSettings(new NameTable());
System\Xml\Xsl\XsltOld\Processor.cs (1)
85private readonly XmlNameTable _nameTable = new NameTable();
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
57_nameTable = nameTable ?? new NameTable();
System\Xml\Xslt\XsltContext.cs (1)
29protected XsltContext() : base(new NameTable()) { }
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeReader.cs (1)
1073var nameTable = new NameTable();
System\Xml\XPath\XNodeNavigator.cs (1)
741var nameTable = new NameTable();