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