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