2 references to FindTryParseMethod
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (1)
653
return ParameterBindingMethodCache.NonThrowingInstance.
FindTryParseMethod
(modelType);
src\Shared\ParameterBindingMethodCache.cs (1)
70
return
FindTryParseMethod
(nonNullableParameterType) is not null;