1 write to _isValueType
System.Data.Common (1)
System\Data\Common\DataStorage.cs (1)
152
_isValueType
= DetermineIfValueType(_storageTypeCode, type);
2 references to _isValueType
System.Data.Common (2)
System\Data\Common\SqlUDTStorage.cs (1)
116
if (
_isValueType
)
System\Data\DataColumn.cs (1)
878
return _storage.
_isValueType
;