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))] 107if (_CompiledStylesheet == 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);