7 references to IsColumnEncryptionEnabled
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (7)
163get { return !string.IsNullOrWhiteSpace(_activeConnection.EnclaveAttestationUrl) && IsColumnEncryptionEnabled; } 1382if (IsColumnEncryptionEnabled && !fullCheckForColumnEncryption) { 1418if (!isInternal && (!IsColumnEncryptionEnabled || !completionTask.IsFaulted)) { 1521if (IsColumnEncryptionEnabled) { 2204if ((IsColumnEncryptionEnabled && !inRetry && (usedCache || ShouldUseEnclaveBasedWorkflow) ) 2361if (IsColumnEncryptionEnabled) { 4159else if (IsColumnEncryptionEnabled) {