1 write to IsParseableType
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
778
IsParseableType
= FindTryParseMethod(ModelType) is not null;
1 reference to IsParseableType
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
484
return !IsConvertibleType && !
IsParseableType
;