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