1 write to FinallyConventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
38
FinallyConventions
= new List<Action<EndpointBuilder>>();
4 references to FinallyConventions
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionEndpointDataSourceBase.cs (2)
59
FinallyConventions
,
125
finallyConventions:
FinallyConventions
,
Routing\ControllerActionEndpointDataSource.cs (1)
34
DefaultBuilder = new ControllerActionEndpointConventionBuilder(Lock, Conventions,
FinallyConventions
);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionEndpointDataSource.cs (1)
29
DefaultBuilder = new PageActionEndpointConventionBuilder(Lock, Conventions,
FinallyConventions
);