4 writes to _finalBlockTransformed
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoStream.cs (4)
139
_finalBlockTransformed
= true;
444
_finalBlockTransformed
= true;
781
_finalBlockTransformed
= true;
826
_finalBlockTransformed
= true;
5 references to _finalBlockTransformed
System.Security.Cryptography (5)
System\Security\Cryptography\CryptoStream.cs (5)
104
get { return
_finalBlockTransformed
; }
137
if (
_finalBlockTransformed
)
329
if (
_finalBlockTransformed
)
765
if (!
_finalBlockTransformed
)
812
if (!
_finalBlockTransformed
)