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