9 references to m_maxbytes
System.Security (9)
system\security\cryptography\bigint.cs (9)
44m_elements = new byte[m_maxbytes]; 48m_elements = new byte[m_maxbytes]; 61if (value > m_maxbytes) 62m_size = m_maxbytes; 85if (index >= 0 && index < m_maxbytes) { 95if (index >= 0 && index < m_maxbytes) { 215for (int index = 0; index < m_maxbytes; index++) { 218for (int index = 0; index < m_maxbytes; index++) { 400Array.Copy(a.m_elements, m_elements, m_maxbytes);