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)
138Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, debugger); 148Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, debugger); 157Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, debugger); 167Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, debugger); 173Processor processor = new Processor(input, args, _DocumentResolver, _CompiledStylesheet, _QueryStore, _RootAction, debugger);