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)
264
get { return
_rootAction
; }
346
_output =
_rootAction
.Output;
357
if (
_rootAction
.KeyList != null)
359
_keyList = new Key[
_rootAction
.KeyList.Count];
362
_keyList[i] =
_rootAction
.KeyList[i].Clone();
375
this.PushActionFrame(
_rootAction
, /*nodeSet:*/null);