1 write to nsVars
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
134this.nsVars = f.GlobalVariableList();
3 references to nsVars
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
379foreach (QilIterator var in this.nsVars) { 403newVar.DebugName = f.QName("ns" + this.nsVars.Count, XmlReservedNs.NsXslDebug).ToString(); 405this.nsVars.Add(newVar);