1 write to _postDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
91
_postDestination
= postDestination ?? _exitDestination;
1 reference to _postDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
111
4 => (HttpMethods.Post,
_postDestination
),