2 instantiations of KeywordsTable
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
96this.atoms = new KeywordsTable(reader.NameTable);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
182_Atoms = new Keywords(navigator.NameTable);
10 references to KeywordsTable
System.Data.SqlXml (10)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
62public CompilerScopeManager(KeywordsTable atoms) {
System\Xml\Xsl\Xslt\XsltInput.cs (2)
32private KeywordsTable atoms; 46public XsltInput(XmlReader reader, Compiler compiler, KeywordsTable atoms) {
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
33private KeywordsTable atoms; // XSLT keywords atomized with QueryReaderSettings.NameTabel
System\Xml\Xsl\XsltOld\Compiler.cs (3)
30using Keywords = System.Xml.Xsl.Xslt.KeywordsTable; 88private Keywords atoms; 104internal Keywords Atoms {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (3)
14using Keywords = System.Xml.Xsl.Xslt.KeywordsTable; 22private Keywords _Atoms; 39internal Keywords Atoms {