3 writes to m_labelList
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
140m_labelList = null; 1129m_labelList = new int[DefaultLabelArraySize]; 1133m_labelList = EnlargeArray(m_labelList);
10 references to m_labelList
mscorlib (10)
system\reflection\emit\ilgenerator.cs (10)
365if (m_labelList[index] < 0) 368return m_labelList[index]; 1022if (m_labelList[endLabel.GetLabelValue()]==-1) { 1128if (m_labelList == null){ 1132if (m_labelCount>=m_labelList.Length) { 1133m_labelList = EnlargeArray(m_labelList); 1135m_labelList[m_labelCount]=-1; 1147if (labelIndex<0 || labelIndex>=m_labelList.Length) { 1151if (m_labelList[labelIndex]!=-1) { 1155m_labelList[labelIndex]=m_length;