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)
65
public CompilerScopeManager(
KeywordsTable
atoms)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
27
private readonly
KeywordsTable
_atoms;
41
public XsltInput(XmlReader reader, Compiler compiler,
KeywordsTable
atoms)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
28
private
KeywordsTable
_atoms = null!; // XSLT keywords atomized with QueryReaderSettings.NameTabel
System\Xml\Xsl\XsltOld\Compiler.cs (3)
20
using KeywordsTable = System.Xml.Xsl.Xslt.
KeywordsTable
;
81
private
KeywordsTable
? _atoms;
96
internal
KeywordsTable
Atoms
System\Xml\Xsl\XsltOld\NavigatorInput.cs (3)
9
using KeywordsTable = System.Xml.Xsl.Xslt.
KeywordsTable
;
20
private readonly
KeywordsTable
_Atoms;
42
internal
KeywordsTable
Atoms