1 write to _rootAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
333_rootAction = rootAction;
6 references to _rootAction
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\Processor.cs (6)
264get { return _rootAction; } 346_output = _rootAction.Output; 357if (_rootAction.KeyList != null) 359_keyList = new Key[_rootAction.KeyList.Count]; 362_keyList[i] = _rootAction.KeyList[i].Clone(); 375this.PushActionFrame(_rootAction, /*nodeSet:*/null);