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