1 write to TceVersionSupported
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2600
_parser.
TceVersionSupported
= _tceVersionSupported;
3 references to TceVersionSupported
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3897
if (this._activeConnection.Parser.
TceVersionSupported
>= TdsEnums.MIN_TCE_VERSION_WITH_ENCLAVE_SUPPORT) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2909
&& (
TceVersionSupported
< TdsEnums.MIN_TCE_VERSION_WITH_ENCLAVE_SUPPORT)) {
8636
if (
TceVersionSupported
>= TdsEnums.MIN_TCE_VERSION_WITH_ENCLAVE_SUPPORT) {