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)
265
get { return
_rootAction
; }
347
_output =
_rootAction
.Output;
358
if (
_rootAction
.KeyList != null)
360
_keyList = new Key[
_rootAction
.KeyList.Count];
363
_keyList[i] =
_rootAction
.KeyList[i].Clone();
376
this.PushActionFrame(
_rootAction
, /*nodeSet:*/null);