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