2 references to DynamicMethod
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
171
DynamicMethod methDyn = new
DynamicMethod
(name, returnType, paramTypes, s_LREModule);
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
468
return new
DynamicMethod
(name, returnType, argTypes, _localAssembly.ManifestModule);