3 writes to current
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Focus.cs (3)
43current = null; 54this.current = current; 57this.current = null;
2 references to current
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Focus.cs (2)
72Debug.Assert(focusType == SingletonFocusType.Iterator && current != null, "Unexpected singleton focus type"); 73return current;