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