3 writes to qil
System.Xml (3)
System\Xml\Xslt\XslCompiledTransform.cs (3)
85this.qil = null; 190this.compilerResults = new Compiler(settings, this.enableDebug, null).Compile(stylesheet, stylesheetResolver, out this.qil); 208this.qil = null;
3 references to qil
System.Xml (3)
System\Xml\Xslt\XslCompiledTransform.cs (3)
206this.command = new XmlILGenerator().Generate(this.qil, /*typeBuilder:*/null); 517return qil; 521Debug.Assert(qil != null, "You must compile to Qil first");