2 references to DynamicMethod
Microsoft.AspNetCore.Routing (1)
Matching\ILEmitTrieFactory.cs (1)
32
var method = new
DynamicMethod
(
System.Linq.Expressions (1)
System\Dynamic\Utils\DelegateHelpers.cs (1)
253
DynamicMethod dynamicThunkMethod = new
DynamicMethod
(thunkName.ToString(), returnType, paramTypes);