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