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