1 write to IsValueType
System.Data (1)
fx\src\data\System\Data\Common\DataStorage.cs (1)
153
IsValueType
= DetermineIfValueType(StorageTypeCode, type);
2 references to IsValueType
System.Data (2)
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
111
if (
IsValueType
) {
fx\src\data\System\Data\DataColumn.cs (1)
902
return _storage.
IsValueType
;