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