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)
2598Debug.Assert (_tceVersionSupported <= TdsEnums.MAX_SUPPORTED_TCE_VERSION, "Client support TCE version 2"); 2600_parser.TceVersionSupported = _tceVersionSupported;