1 write to _thunk
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\ExecutorFactory.cs (1)
117
_thunk
= Expression.Lambda<Func<object, object?[]?, Task<object>>>(
1 reference to _thunk
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\ExecutorFactory.cs (1)
132
var result = await
_thunk
(receiver, arguments);