1 write to copyEvents
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
23this.copyEvents = new ArrayList();
11 references to copyEvents
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (11)
27this.copyEvents.Add(copyEvent); 32this.copyEvents.AddRange(copyEvents); 36int count = this.copyEvents.Count; 38((Event) this.copyEvents[i]).ReplaceNamespaceAlias(compiler); 44Debug.Assert(this.copyEvents != null && this.copyEvents.Count > 0); 56Debug.Assert(frame.Counter < this.copyEvents.Count); 57Event copyEvent = (Event) this.copyEvents[frame.Counter]; 64if (frame.IncrementCounter() >= this.copyEvents.Count) { 77Debug.Assert(frame.Counter < this.copyEvents.Count); 78return ((Event)this.copyEvents[frame.Counter]).DbgData;