2 writes to argumentString
Microsoft.Web.XmlTransform (2)
XmlTransform.cs (2)
198
this.
argumentString
= argumentString;
238
this.
argumentString
= null;
5 references to argumentString
Microsoft.Web.XmlTransform (5)
XmlTransform.cs (5)
152
return
argumentString
;
158
if (arguments == null &&
argumentString
!= null) {
159
arguments = XmlArgumentUtility.SplitArguments(
argumentString
);
189
Debug.Assert(this.context == null && this.
argumentString
== null, "Don't call Execute recursively");
192
if (this.context == null && this.
argumentString
== null) {