2 references to GetAnyMethodFromHierarchy
Microsoft.AspNetCore.OpenApi (2)
src\Shared\ParameterBindingMethodCache.cs (2)
190
if (_throwOnInvalidMethod &&
GetAnyMethodFromHierarchy
(type, "TryParse") is MethodInfo invalidMethod)
284
if (_throwOnInvalidMethod &&
GetAnyMethodFromHierarchy
(nonNullableParameterType, "BindAsync") is MethodInfo invalidBindMethod)