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