1 write to Is90Supported
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
89
Is90Supported
= _Is90Supported(SqlDbType);
2 references to Is90Supported
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6225
if (!mt.
Is90Supported
) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8163
(!_isKatmai && !mt.
Is90Supported
)) {