2 writes to counter
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
51
set { this.
counter
= value; }
76
return ++ this.
counter
;
1 reference to counter
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
50
get { return this.
counter
; }