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)
20
if (
_keyBox
is null)
28
Debug.Assert(
_keyBox
is not null);
36
return
_keyBox
;
54
_keyBox
?.Dispose();
109
_keyBox
?.Dispose();
351
_keyBox
?.Dispose();