1 write to _finallyConventions
Microsoft.AspNetCore.Routing (1)
Builder\RouteHandlerBuilder.cs (1)
18
_finallyConventions
= finallyConventions;
2 references to _finallyConventions
Microsoft.AspNetCore.Routing (2)
Builder\RouteHandlerBuilder.cs (2)
53
if (
_finallyConventions
is not null)
55
_finallyConventions
.Add(finalConvention);