2 instantiations of XmlILModule
System.Private.Xml (2)
System\Xml\Xsl\XmlIlGenerator.cs (2)
117_module = new XmlILModule(typeBldr); 121_module = new XmlILModule(useLRE, emitSymbols);
4 references to XmlILModule
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
482private readonly XmlILModule _module; 503public GenerateHelper(XmlILModule module, bool isDebug) 524_ilgen = XmlILModule.DefineMethodBody(methInfo);
System\Xml\Xsl\XmlIlGenerator.cs (1)
59private XmlILModule? _module;