3 references to DynamicMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
474DynamicMethod baseMessageImpl = new DynamicMethod("NonVirtual_Message", typeof(string), new Type[] { Globals.TypeOfException }, Globals.TypeOfException);
Microsoft.ML.Transforms (1)
Expression\MethodGenerator.cs (1)
29_method = new DynamicMethod(name, returnType, parameterTypes, thisType);
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
464return new DynamicMethod(name, returnType, argTypes, _localType);