1 write to _copyEvents
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
21_copyEvents = new ArrayList();
9 references to _copyEvents
System.Private.Xml (9)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (9)
26_copyEvents.Add(copyEvent); 32_copyEvents.AddRange(copyEvents); 37int count = _copyEvents.Count; 40((Event)_copyEvents[i]!).ReplaceNamespaceAlias(compiler); 47Debug.Assert(_copyEvents != null && _copyEvents.Count > 0); 61Debug.Assert(frame.Counter < _copyEvents.Count); 62Event copyEvent = (Event)_copyEvents[frame.Counter]!; 70if (frame.IncrementCounter() >= _copyEvents.Count)