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