7 references to IAsyncAlwaysRunResultFilter
Microsoft.AspNetCore.Mvc.Abstractions (5)
Filters\IAlwaysRunResultFilter.cs (1)
12
/// that should run for all action results. <seealso cref="
IAsyncAlwaysRunResultFilter
"/>.
Filters\IAsyncAlwaysRunResultFilter.cs (2)
11
/// The <see cref="
IAsyncAlwaysRunResultFilter
"/> interface declares an <see cref="IAsyncResultFilter"/> implementation
12
/// that should run for all action results. <seealso cref="
IAsyncAlwaysRunResultFilter
"/>.
Filters\IAsyncResultFilter.cs (1)
22
/// either the <see cref="IAlwaysRunResultFilter"/> or the <see cref="
IAsyncAlwaysRunResultFilter
"/> interface.
Filters\IResultFilter.cs (1)
22
/// either the <see cref="IAlwaysRunResultFilter"/> or the <see cref="
IAsyncAlwaysRunResultFilter
"/> interface.
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
1060
var lastTask = ResultNext<IAlwaysRunResultFilter,
IAsyncAlwaysRunResultFilter
>(ref next, ref scope, ref state, ref isCompleted);
1082
await invoker.ResultNext<IAlwaysRunResultFilter,
IAsyncAlwaysRunResultFilter
>(ref next, ref scope, ref state, ref isCompleted);