2 writes to current
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Focus.cs (2)
96
this.
current
= (QilParameter)args[argNum ++];
112
this.
current
= this.position = this.last = null;
4 references to current
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\Focus.cs (4)
97
Debug.Assert(this.
current
.Name.NamespaceUri == XmlReservedNs.NsXslDebug && this.
current
.Name.LocalName == "current");
119
Debug.Assert(this.
current
!= null, "---- current() is not expected in this function");
120
return this.
current
;