1 write to _rootAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
334_rootAction = rootAction;
6 references to _rootAction
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\Processor.cs (6)
265get { return _rootAction; } 347_output = _rootAction.Output; 358if (_rootAction.KeyList != null) 360_keyList = new Key[_rootAction.KeyList.Count]; 363_keyList[i] = _rootAction.KeyList[i].Clone(); 376this.PushActionFrame(_rootAction, /*nodeSet:*/null);