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