1 write to _headDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
88
_headDestination
= headDestination ?? _exitDestination;
1 reference to _headDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
106
'h' => (HttpMethods.Head,
_headDestination
),