2 references to FindTryParseMethod
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (1)
1682var tryParseMethodCall = ParameterBindingMethodCache.Instance.FindTryParseMethod(nonNullableParameterType);
src\Shared\ParameterBindingMethodCache.cs (1)
70return FindTryParseMethod(nonNullableParameterType) is not null;