4 writes to parentPath
Microsoft.Web.XmlTransform (4)
XmlLocator.cs (4)
153this.parentPath = parentPath; 160this.parentPath = null; 180this.parentPath = parentPath; 187this.parentPath = null;
5 references to parentPath
Microsoft.Web.XmlTransform (5)
XmlLocator.cs (5)
39return parentPath; 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) {