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