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