2 writes to Counter
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
48frame.Counter = 0;
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (1)
60frame.Counter = 0;
6 references to Counter
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (4)
56Debug.Assert(frame.Counter < this.copyEvents.Count); 57Event copyEvent = (Event) this.copyEvents[frame.Counter]; 77Debug.Assert(frame.Counter < this.copyEvents.Count); 78return ((Event)this.copyEvents[frame.Counter]).DbgData;
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (2)
65if (frame.Counter < this.useAttributeSets.Length) { 66AttributeSetAction action = processor.RootAction.GetAttributeSet(this.useAttributeSets[frame.Counter]);