6 references to InitialSize
mscorlib (6)
system\reflection\emit\methodbuilder.cs (6)
1300
m_namespace = new String[
InitialSize
];
1315
m_strName = new String[
InitialSize
];
1316
m_ubSignature = new byte[
InitialSize
][];
1317
m_iLocalSlot = new int[
InitialSize
];
1318
m_iStartOffset = new int[
InitialSize
];
1319
m_iEndOffset = new int[
InitialSize
];