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();
132
if (
_cs
!= null)
133
_cs
.Clear();