4 writes to context
Microsoft.Web.XmlTransform (4)
XmlLocator.cs (4)
154this.context = context; 161this.context = null; 181this.context = context; 188this.context = null;
7 references to context
Microsoft.Web.XmlTransform (7)
XmlLocator.cs (7)
45return context.Element; 96logger = context.GetService<XmlTransformationLogger>(); 98logger.CurrentReferenceNode = context.LocatorAttribute; 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) {