4 instantiations of EmptyResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (1)
211
public static EmptyResult Empty { get; } =
new
();
Infrastructure\ActionMethodExecutor.cs (1)
30
public 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
"/>.
211
public static
EmptyResult
Empty { get; } = new();
Infrastructure\ActionMethodExecutor.cs (1)
30
public static
EmptyResult
EmptyResultInstance { get; } = new();