1 write to _CompiledStylesheet
System.Private.Xml (1)
System\Xml\Xslt\XslTransform.cs (1)
254
_CompiledStylesheet
= compiler.CompiledStylesheet;
7 references to _CompiledStylesheet
System.Private.Xml (7)
System\Xml\Xslt\XslTransform.cs (7)
102
[MemberNotNull(nameof(
_CompiledStylesheet
))]
107
if (
_CompiledStylesheet
== 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);