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