3 references to DynamicMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
474
DynamicMethod 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)
464
return new
DynamicMethod
(name, returnType, argTypes, _localType);