2 references to _encryptionAlgorithms
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (2)
72if (!_encryptionAlgorithms.TryGetValue(algorithmKey, out aesAlgorithm)) 79_encryptionAlgorithms.TryAdd(algorithmKey, aesAlgorithm);