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