4 writes to InternalMetaType
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (4)
1576InternalMetaType = mt; 1594InternalMetaType = mt; 1600InternalMetaType = mt; 1606InternalMetaType = mt;
4 references to InternalMetaType
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5761MetaType mt = sqlParam.InternalMetaType;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
790MetaType mt = InternalMetaType; 1531MetaType mt = InternalMetaType;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8154MetaType mt = param.InternalMetaType;