4 instantiations of EmptyResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (1)
211public static EmptyResult Empty { get; } = new();
Infrastructure\ActionMethodExecutor.cs (1)
30public static EmptyResult EmptyResultInstance { get; } = new();
Infrastructure\ResourceInvoker.cs (2)
791_exceptionContext.Result = new EmptyResult(); 1313_result = new EmptyResult();
3 references to EmptyResult
Microsoft.AspNetCore.Mvc.Core (3)
ControllerBase.cs (2)
209/// Gets an instance of <see cref="EmptyResult"/>. 211public static EmptyResult Empty { get; } = new();
Infrastructure\ActionMethodExecutor.cs (1)
30public static EmptyResult EmptyResultInstance { get; } = new();