5 writes to m_encryptor
mscorlib (5)
system\security\cryptography\mactripledes.cs (5)
48
m_encryptor
= null;
76
m_encryptor
= null;
80
m_encryptor
= null;
101
m_encryptor
= des.CreateEncryptor();
114
m_encryptor
= des.CreateEncryptor();
6 references to m_encryptor
mscorlib (6)
system\security\cryptography\mactripledes.cs (6)
99
if (
m_encryptor
== null) {
103
_cs = new CryptoStream(_ts,
m_encryptor
, CryptoStreamMode.Write);
112
if (
m_encryptor
== null) {
116
_cs = new CryptoStream(_ts,
m_encryptor
, CryptoStreamMode.Write);
130
if (
m_encryptor
!= null)
131
m_encryptor
.Dispose();