1 write to m_decryptindex
mscorlib (1)
system\security\cryptography\rijndaelmanagedtransform.cs (1)
98m_decryptindex = new int[m_Nb * 3];
4 references to m_decryptindex
mscorlib (4)
system\security\cryptography\rijndaelmanagedtransform.cs (4)
99Array.Copy(decryptindex1, 0, m_decryptindex, 0, m_Nb); 100Array.Copy(decryptindex2, 0, m_decryptindex, m_Nb, m_Nb); 101Array.Copy(decryptindex3, 0, m_decryptindex, m_Nb * 2, m_Nb); 606fixed (int* decryptindex = m_decryptindex) {