2 references to FindTryParseMethod
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
778
IsParseableType =
FindTryParseMethod
(ModelType) is not null;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\TryParseModelBinder.cs (1)
110
var tryParseMethodExpession = ModelMetadata.
FindTryParseMethod
(modelType)