2 references to HasTryParseMethod
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiGenerator.cs (2)
441
else if (parameter.ParameterType == typeof(string) || ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType))
460
(parameter.ParameterType.IsArray && ParameterBindingMethodCache.Instance.
HasTryParseMethod
(parameter.ParameterType.GetElementType()!))))