1 write to _isConvertibleType
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelMetadata.cs (1)
585
_isConvertibleType
= value;
2 references to _isConvertibleType
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelMetadata.cs (2)
576
if (!
_isConvertibleType
.HasValue)
581
return
_isConvertibleType
.Value;