2 writes to xmlTarget
Microsoft.Web.XmlTransform (2)
XmlTransformation.cs (2)
175this.xmlTarget = xmlTarget; 193this.xmlTarget = null;
3 references to xmlTarget
Microsoft.Web.XmlTransform (3)
XmlTransformation.cs (3)
169Debug.Assert(this.xmlTarget == null, "This method should not be called recursively"); 171if (this.xmlTarget == null) { 226return new XmlElementContext(parentContext, element, xmlTarget, this);