1 write to _optionsDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
89
_optionsDestination
= optionsDestination ?? _exitDestination;
1 reference to _optionsDestination
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodDestinationsLookup.cs (1)
107
'o' => (HttpMethods.Options,
_optionsDestination
),