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