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