2 instantiations of KeywordsTable
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
113_atoms = new KeywordsTable(reader.NameTable);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
215_Atoms = new KeywordsTable(navigator.NameTable);
10 references to KeywordsTable
System.Private.Xml (10)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
65public CompilerScopeManager(KeywordsTable atoms)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
27private readonly KeywordsTable _atoms; 41public XsltInput(XmlReader reader, Compiler compiler, KeywordsTable atoms)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
28private KeywordsTable _atoms = null!; // XSLT keywords atomized with QueryReaderSettings.NameTabel
System\Xml\Xsl\XsltOld\Compiler.cs (3)
20using KeywordsTable = System.Xml.Xsl.Xslt.KeywordsTable; 81private KeywordsTable? _atoms; 96internal KeywordsTable Atoms
System\Xml\Xsl\XsltOld\NavigatorInput.cs (3)
9using KeywordsTable = System.Xml.Xsl.Xslt.KeywordsTable; 20private readonly KeywordsTable _Atoms; 42internal KeywordsTable Atoms