2 instantiations of XmlILModule
System.Data.SqlXml (2)
System\Xml\Xsl\XmlIlGenerator.cs (2)
116this.module = new XmlILModule(typeBldr); 118this.module = new XmlILModule(useLRE, emitSymbols);
5 references to XmlILModule
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
448private XmlILModule module; 470public GenerateHelper(XmlILModule module, bool isDebug) { 491this.ilgen = XmlILModule.DefineMethodBody(methInfo);
System\Xml\Xsl\XmlIlGenerator.cs (2)
61private XmlILModule module; 112XmlILModule.CreateModulePermissionSet.Assert();