2 writes to context
Microsoft.Web.XmlTransform (2)
XmlTransform.cs (2)
197this.context = context; 237this.context = null;
14 references to context
Microsoft.Web.XmlTransform (14)
XmlTransform.cs (14)
92return context.TransformNode; 114return context.TargetParents; 117return context.TargetNodes; 127return context.TargetNodes; 134logger = context.GetService<XmlTransformationLogger>(); 136logger.CurrentReferenceNode = context.TransformAttribute; 147return context.GetService<T>(); 167if (context.HasLineInfo) { 168return string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_TransformNameFormatLong, TransformName, context.TransformLineNumber, context.TransformLinePosition); 189Debug.Assert(this.context == null && this.argumentString == null, "Don't call Execute recursively"); 192if (this.context == null && this.argumentString == null) { 300hasRequiredTarget = context.HasTargetParent(out matchFailureContext, out existedInOriginal); 303hasRequiredTarget = context.HasTargetNode(out matchFailureContext, out existedInOriginal);