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)
116if (_isValueType)
System\Data\DataColumn.cs (1)
878return _storage._isValueType;