11 references to ShouldUseEnclaveBasedWorkflow
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (11)
1639else if (!ShouldUseEnclaveBasedWorkflow && !BatchRPCMode && (System.Data.CommandType.Text == this.CommandType) && (0 == GetParameterCount(_parameters))) { 2204if ((IsColumnEncryptionEnabled && !inRetry && (usedCache || ShouldUseEnclaveBasedWorkflow) ) 2245(ShouldUseEnclaveBasedWorkflow && (sqlEx.Errors[i].Number == TdsEnums.TCE_ENCLAVE_INVALID_SESSION_HANDLE) ) ){ 2265if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) { 3581if(ShouldUseEnclaveBasedWorkflow) { 3636else if (ShouldUseEnclaveBasedWorkflow || (0 != GetParameterCount(_parameters))) { 4045if (ShouldUseEnclaveBasedWorkflow && (enclaveAttestationParameters != null) && requiresEnclaveComputations) { 4180if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) { 4191if (inRetry || async || (!usedCache && !ShouldUseEnclaveBasedWorkflow)) { 4201(ShouldUseEnclaveBasedWorkflow && (ex.Errors[i].Number == TdsEnums.TCE_ENCLAVE_INVALID_SESSION_HANDLE) ) ) { 4215if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) {