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