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