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)
482
private readonly
XmlILModule
_module;
503
public GenerateHelper(
XmlILModule
module, bool isDebug)
524
_ilgen =
XmlILModule
.DefineMethodBody(methInfo);
System\Xml\Xsl\XmlIlGenerator.cs (1)
59
private
XmlILModule
? _module;