2 writes to _sqlEncryptionKeyInfo
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
771
_sqlEncryptionKeyInfo
= value;
806
_sqlEncryptionKeyInfo
= null;
2 references to _sqlEncryptionKeyInfo
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
766
return
_sqlEncryptionKeyInfo
;
770
Debug.Assert(!
_sqlEncryptionKeyInfo
.HasValue, "_sqlEncryptionKeyInfo should not be set more than once.");