12 overrides of Arguments
Microsoft.AspNetCore.Http.Abstractions (11)
DefaultEndpointFilterInvocationContext.cs (1)
27
public override IList<object?>
Arguments
{ get; }
EndpointFilterInvocationContextOfT.Generated.cs (10)
42
public override IList<object?>
Arguments
=> this;
169
public override IList<object?>
Arguments
=> this;
303
public override IList<object?>
Arguments
=> this;
444
public override IList<object?>
Arguments
=> this;
592
public override IList<object?>
Arguments
=> this;
747
public override IList<object?>
Arguments
=> this;
909
public override IList<object?>
Arguments
=> this;
1078
public override IList<object?>
Arguments
=> this;
1254
public override IList<object?>
Arguments
=> this;
1437
public override IList<object?>
Arguments
=> this;
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ControllerEndpointFilterInvocationContext.cs (1)
42
public override IList<object?>
Arguments
{ get; }
3 references to Arguments
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
117
private static readonly MemberExpression FilterContextArgumentsExpr = Expression.Property(FilterContextExpr, typeof(EndpointFilterInvocationContext).GetProperty(nameof(EndpointFilterInvocationContext.
Arguments
))!);
Microsoft.AspNetCore.Routing (2)
ValidationEndpointFilterFactory.cs (2)
65
if (entry.Index >= context.
Arguments
.Count)
70
var argument = context.
Arguments
[entry.Index];