4 references to m_iInitialSize
mscorlib (4)
system\reflection\emit\assemblybuilderdata.cs (4)
81
m_CABuilders = new CustomAttributeBuilder[
m_iInitialSize
];
101
m_CABytes = new byte[
m_iInitialSize
][];
102
m_CACons = new ConstructorInfo[
m_iInitialSize
];
456
m_publicComTypeList = new Type[
m_iInitialSize
];