1 write to variables
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\InputScope.cs (1)
88
this.
variables
= new Hashtable();
5 references to variables
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\InputScope.cs (5)
29
get { return this.
variables
; }
87
if (this.
variables
== null) {
90
this.
variables
[variable.Name] = variable;
94
if (this.
variables
== null) {
97
return this.
variables
.Count;