11 writes to m_curDepth
System.Private.CoreLib (11)
src\System\Reflection\Emit\RuntimeILGenerator.cs (11)
146
m_curDepth
= 0;
149
m_curDepth
+= stackchange;
154
m_curDepth
= 0;
166
m_curDepth
= -1;
950
m_curDepth
= 0;
1010
m_curDepth
= 1;
1043
m_curDepth
= 1;
1060
m_curDepth
= 0;
1092
m_curDepth
= 0;
1153
m_curDepth
= 0;
1167
m_curDepth
= depth;
13 references to m_curDepth
System.Private.CoreLib (13)
src\System\Reflection\Emit\RuntimeILGenerator.cs (13)
141
if (
m_curDepth
< 0)
150
if (
m_curDepth
< 0)
153
m_depthAdjustment -=
m_curDepth
;
156
else if (m_maxDepth <
m_curDepth
)
157
m_maxDepth =
m_curDepth
;
159
Debug.Assert(
m_curDepth
>= 0);
162
m_targetDepth =
m_curDepth
;
1152
if (
m_curDepth
< 0)
1154
m_labelList[labelIndex].m_depth =
m_curDepth
;
1156
else if (depth <
m_curDepth
)
1160
m_depthAdjustment +=
m_curDepth
- depth;
1161
m_labelList[labelIndex].m_depth =
m_curDepth
;
1163
else if (depth >
m_curDepth
)