2 references to EndpointFilterInvocationContext
Microsoft.AspNetCore.Http.Abstractions (1)
EndpointFilterInvocationContext.cs (1)
58
new
EndpointFilterInvocationContext
<T1, T2, T3>(httpContext, arg1, arg2, arg3);
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
EndpointFilterInvocationContextOfTTests.cs (1)
12
var context = new
EndpointFilterInvocationContext
<string, int, bool>(new DefaultHttpContext(), "This is a test", 42, false);