1 write to _isParseableType
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
561
_isParseableType
= value;
2 references to _isParseableType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
553
if (!
_isParseableType
.HasValue)
557
return
_isParseableType
.Value;