4 writes to argumentString
Microsoft.Web.XmlTransform (4)
XmlLocator.cs (4)
155
this.
argumentString
= argumentString;
162
this.
argumentString
= null;
182
this.
argumentString
= argumentString;
189
this.
argumentString
= null;
7 references to argumentString
Microsoft.Web.XmlTransform (7)
XmlLocator.cs (7)
107
return
argumentString
;
113
if (arguments == null &&
argumentString
!= null) {
114
arguments = XmlArgumentUtility.SplitArguments(
argumentString
);
146
Debug.Assert(this.parentPath == null && this.context == null && this.
argumentString
== null,
151
if (this.parentPath == null && this.context == null && this.
argumentString
== null) {
173
Debug.Assert(this.parentPath == null && this.context == null && this.
argumentString
== null,
178
if (this.parentPath == null && this.context == null && this.
argumentString
== null) {