1 write to _withParams
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
112
_withParams
??= new Hashtable();
4 references to _withParams
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
113
Debug.Assert(!
_withParams
.Contains(name), "We should check duplicate params at compile time");
114
_withParams
[name] = value;
119
_withParams
?.Clear();
124
return
_withParams
?[name];