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