1 write to _tceVersionSupported
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2597
_tceVersionSupported
= supportedTceVersion;
2 references to _tceVersionSupported
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
2598
Debug.Assert (
_tceVersionSupported
<= TdsEnums.MAX_SUPPORTED_TCE_VERSION, "Client support TCE version 2");
2600
_parser.TceVersionSupported =
_tceVersionSupported
;