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