14 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)
1056var lastTask = ResultNext<IAlwaysRunResultFilter, IAsyncAlwaysRunResultFilter>(ref next, ref scope, ref state, ref isCompleted); 1078await invoker.ResultNext<IAlwaysRunResultFilter, IAsyncAlwaysRunResultFilter>(ref next, ref scope, ref state, ref isCompleted);
Microsoft.AspNetCore.Mvc.Core.TestCommon (7)
CommonResourceInvokerTest.cs (7)
1765var resultFilter = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 1802var resultFilter3 = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 1868var resultFilter = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 1902var resultFilter3 = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 1965var resultFilter = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 1999var resultFilter3 = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict); 2055var resultFilter4 = new Mock<IAsyncAlwaysRunResultFilter>(MockBehavior.Strict);