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