1 write to _RootAction
System.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
269
_RootAction
= compiler.RootAction;
5 references to _RootAction
System.Xml (5)
System\Xml\Xslt\XslTransform.cs (5)
138
Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore,
_RootAction
, debugger);
148
Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore,
_RootAction
, debugger);
157
Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore,
_RootAction
, debugger);
167
Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore,
_RootAction
, debugger);
173
Processor processor = new Processor(input, args, _DocumentResolver, _CompiledStylesheet, _QueryStore,
_RootAction
, debugger);