2 writes to m_CABytes
mscorlib (2)
system\reflection\emit\assemblybuilderdata.cs (2)
101
m_CABytes
= new byte[m_iInitialSize][];
114
m_CABytes
= temp;
5 references to m_CABytes
mscorlib (5)
system\reflection\emit\assemblybuilder.cs (1)
2010
m_assemblyData.
m_CABytes
[i],
system\reflection\emit\assemblybuilderdata.cs (4)
99
if (
m_CABytes
== null)
104
if (m_iCAs ==
m_CABytes
.Length)
111
temp[i] =
m_CABytes
[i];
120
m_CABytes
[m_iCAs] = attrs;