4 writes to context
Microsoft.Web.XmlTransform (4)
XmlLocator.cs (4)
154
this.
context
= context;
161
this.
context
= null;
181
this.
context
= context;
188
this.
context
= null;
7 references to context
Microsoft.Web.XmlTransform (7)
XmlLocator.cs (7)
45
return
context
.Element;
96
logger =
context
.GetService<XmlTransformationLogger>();
98
logger.CurrentReferenceNode =
context
.LocatorAttribute;
146
Debug.Assert(this.parentPath == null && this.
context
== null && this.argumentString == null,
151
if (this.parentPath == null && this.
context
== null && this.argumentString == null) {
173
Debug.Assert(this.parentPath == null && this.
context
== null && this.argumentString == null,
178
if (this.parentPath == null && this.
context
== null && this.argumentString == null) {