9 references to m_maxbytes
System (9)
security\system\security\cryptography\bigint.cs (9)
41m_elements = new byte[m_maxbytes]; 45m_elements = new byte[m_maxbytes]; 58if (value > m_maxbytes) 59m_size = m_maxbytes; 82if (index >= 0 && index < m_maxbytes) { 92if (index >= 0 && index < m_maxbytes) { 212for (int index = 0; index < m_maxbytes; index++) { 215for (int index = 0; index < m_maxbytes; index++) { 397Array.Copy(a.m_elements, m_elements, m_maxbytes);