4 writes to _lastCall
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
45
_lastCall
= LastCall.Ctor;
118
_lastCall
= LastCall.Encrypt;
177
_lastCall
= LastCall.Decode;
317
_lastCall
= LastCall.Decrypt;
4 references to _lastCall
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
68
switch (
_lastCall
)
82
Debug.Fail($"Unexpected _lastCall value: {
_lastCall
}");
290
switch (
_lastCall
)
305
Debug.Fail($"Unexpected _lastCall value: {
_lastCall
}");