2 instantiations of KeywordsTable
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
96
this.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)
62
public CompilerScopeManager(
KeywordsTable
atoms) {
System\Xml\Xsl\Xslt\XsltInput.cs (2)
32
private
KeywordsTable
atoms;
46
public XsltInput(XmlReader reader, Compiler compiler,
KeywordsTable
atoms) {
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
33
private
KeywordsTable
atoms; // XSLT keywords atomized with QueryReaderSettings.NameTabel
System\Xml\Xsl\XsltOld\Compiler.cs (3)
30
using Keywords = System.Xml.Xsl.Xslt.
KeywordsTable
;
88
private
Keywords
atoms;
104
internal
Keywords
Atoms {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (3)
14
using Keywords = System.Xml.Xsl.Xslt.
KeywordsTable
;
22
private
Keywords
_Atoms;
39
internal
Keywords
Atoms {