3 writes to command
System.Xml (3)
System\Xml\Xslt\XslCompiledTransform.cs (3)
86this.command = null; 206this.command = new XmlILGenerator().Generate(this.qil, /*typeBuilder:*/null); 325this.command = new XmlILCommand((ExecuteDelegate)delExec, new XmlQueryStaticData(queryData, earlyBoundTypes));
7 references to command
System.Xml (7)
System\Xml\Xslt\XslCompiledTransform.cs (7)
207this.outputSettings = this.command.StaticData.DefaultWriterSettings; 297if (this.command == null) 326this.outputSettings = this.command.StaticData.DefaultWriterSettings; 469this.command.Execute((object)input, documentResolver, arguments, results); 479this.command.Execute((object)input.CreateNavigator(), documentResolver, arguments, results); 503if (this.command == null) { 528command.Execute(inputUri, documentResolver, arguments, results);