4 references to HasTryParseMethod
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
789
ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType) ||
790
(parameter.ParameterType.IsArray && ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType.GetElementType()!));
871
else if (parameter.ParameterType == typeof(string) || ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType))
901
(parameter.ParameterType.IsArray && ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType.GetElementType()!))))