2 writes to _cs
mscorlib (2)
system\security\cryptography\mactripledes.cs (2)
103_cs = new CryptoStream(_ts, m_encryptor, CryptoStreamMode.Write); 116_cs = new CryptoStream(_ts, m_encryptor, CryptoStreamMode.Write);
4 references to _cs
mscorlib (4)
system\security\cryptography\mactripledes.cs (4)
107_cs.Write(rgbData, ibStart, cbSize); 120_cs.FlushFinalBlock(); 132if (_cs != null) 133_cs.Clear();