3 references to GetStaticNullForUdtType
System.Data (3)
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
33: this(column, type, GetStaticNullForUdtType(type)) {
fx\src\data\System\Data\DataColumn.cs (1)
180SqlUdtStorage.GetStaticNullForUdtType(type);
fx\src\data\System\Data\XmlDataLoader.cs (1)
1115columnValue = SqlUdtStorage.GetStaticNullForUdtType(DataStorage.GetType(typeName));