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