1 write to IsColumnEncryptionSupported
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2599_parser.IsColumnEncryptionSupported = true;
4 references to IsColumnEncryptionSupported
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
158&& _activeConnection.Parser.IsColumnEncryptionSupported; 3291Debug.Assert(_activeConnection.Parser.IsColumnEncryptionSupported, 4815&& !tdsConnection.Parser.IsColumnEncryptionSupported) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2902&& !IsColumnEncryptionSupported) {