2 writes to _counter
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
51set { _counter = value; } 83return ++_counter;
1 reference to _counter
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
50get { return _counter; }