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