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