1 write to withParams
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
100this.withParams = new Hashtable();
7 references to withParams
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\ActionFrame.cs (7)
99if (this.withParams == null) { 102Debug.Assert(! this.withParams.Contains(name), "We should check duplicate params at compile time"); 103this.withParams[name] = value; 107if (this.withParams != null) 108this.withParams.Clear(); 112if (this.withParams != null) { 113return this.withParams[name];