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)
553if (!_isParseableType.HasValue) 557return _isParseableType.Value;