8 writes to _metaType
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (8)
295
_metaType
= MetaType.GetMetaTypeFromDbType(value);
651
_metaType
= MetaType.GetMetaTypeFromSqlDbType(value, value == SqlDbType.Structured);
663
_metaType
= null;
1045
destination.
_metaType
= _metaType;
1575
_metaType
= mt;
1593
_metaType
= mt; // do not use SqlDbType property which calls PropertyTypeChanging resetting coerced value
1599
_metaType
= mt;
1605
_metaType
= mt;
11 references to _metaType
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (11)
288
MetaType metatype =
_metaType
;
638
MetaType metatype =
_metaType
;
657
return (null !=
_metaType
);
661
if (null !=
_metaType
) {
1045
destination._metaType =
_metaType
;
1404
MetaType metaType =
_metaType
;
1414
if (null !=
_metaType
) {
1415
return
_metaType
;
1441
if (null ==
_metaType
) {
1444
else if (!ShouldSerializeSize() && !
_metaType
.IsFixed) {
1447
else if ( (!ShouldSerializePrecision() && !ShouldSerializeScale()) && (
_metaType
.SqlDbType == SqlDbType.Decimal) ) {