2 references to AreSame
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
6913
currentLength += (reconnectData._collation != null && !SqlCollation.
AreSame
(reconnectData._collation, reconnectData._initialCollation)) ? 6 : 1;
6954
WriteCollation(SqlCollation.
AreSame
(reconnectData._initialCollation, reconnectData._collation) ? null : reconnectData._collation, _physicalStateObj);