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