3 references to MIN_TCE_VERSION_WITH_ENCLAVE_SUPPORT
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
) {