1 write to Mapper
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerEndpointFilterInvocationContext.cs (1)
24
Mapper
= mapper;
3 references to Mapper
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionMethodExecutor.cs (2)
176
var mapper = invocationContext.
Mapper
;
345
var mapper = invocationContext.
Mapper
;
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ActionMethodExecutorTest.cs (1)
447
return await actionMethodExecutor.Execute(context.ActionContext, context.
Mapper
, context.Executor, context.Controller, (object[])context.Arguments);