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)
766return _sqlEncryptionKeyInfo; 770Debug.Assert(!_sqlEncryptionKeyInfo.HasValue, "_sqlEncryptionKeyInfo should not be set more than once.");