2 references to GetDestination
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodDictionaryPolicyJumpTable.cs (2)
27
return _corsHttpMethodDestinations.
GetDestination
(corsHttpMethod);
29
return _httpMethodDestinations.
GetDestination
(httpMethod);