1 write to Result
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
791
_exceptionContext.
Result
= new EmptyResult();
3 references to Result
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ResourceInvoker.cs (3)
789
if (_exceptionContext.
Result
== null)
794
_result = _exceptionContext.
Result
;
818
if (exceptionContext.
Result
!= null ||