4 writes to _lastCall
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
39
_lastCall
= LastCall.Ctor;
106
_lastCall
= LastCall.Encrypt;
167
_lastCall
= LastCall.Decode;
297
_lastCall
= LastCall.Decrypt;
4 references to _lastCall
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (4)
62
switch (
_lastCall
)
76
Debug.Fail($"Unexpected _lastCall value: {
_lastCall
}");
270
switch (
_lastCall
)
285
Debug.Fail($"Unexpected _lastCall value: {
_lastCall
}");