1 write to _RootAction
System.Private.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
256_RootAction = compiler.RootAction;
7 references to _RootAction
System.Private.Xml (7)
System\Xml\Xslt\XslTransform.cs (7)
104[MemberNotNull(nameof(_RootAction))] 113Debug.Assert(_RootAction != null); 119Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, null); 131Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, null); 142Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, null); 154Processor processor = new Processor(input, args, resolver, _CompiledStylesheet, _QueryStore, _RootAction, null); 161Processor processor = new Processor(input, args, _DocumentResolver, _CompiledStylesheet, _QueryStore, _RootAction, null);