3 writes to _keyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesImplementation.cs (3)
37_keyBox = null; 82_keyBox = null; 92_keyBox = new FixedMemoryKeyBox(key);
6 references to _keyBox
System.Security.Cryptography (6)
System\Security\Cryptography\AesImplementation.cs (6)
15if (_keyBox is null) 18Debug.Assert(_keyBox is not null); 21return _keyBox; 36_keyBox?.Dispose(); 81_keyBox?.Dispose(); 91_keyBox?.Dispose();