2 references to _encryptionAlgorithms
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Factory.cs (2)
68if (!_encryptionAlgorithms.TryGetValue(algorithmKey, out aesAlgorithm)) { 74_encryptionAlgorithms.TryAdd(algorithmKey, aesAlgorithm);