3 references to DynamicMethod
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
1425
DynamicMethod dynamicMethod = new
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);