3 writes to _keyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesImplementation.cs (3)
55_keyBox = null; 110_keyBox = null; 352_keyBox = keyBox;
6 references to _keyBox
System.Security.Cryptography (6)
System\Security\Cryptography\AesImplementation.cs (6)
20if (_keyBox is null) 28Debug.Assert(_keyBox is not null); 36return _keyBox; 54_keyBox?.Dispose(); 109_keyBox?.Dispose(); 351_keyBox?.Dispose();