1 write to _QueryStore
System.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
268
_QueryStore
= compiler.QueryStore;
5 references to _QueryStore
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);