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;
940
m_curDepth
= 0;
1000
m_curDepth
= 1;
1033
m_curDepth
= 1;
1050
m_curDepth
= 0;
1082
m_curDepth
= 0;
1143
m_curDepth
= 0;
1157
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
;
1142
if (
m_curDepth
< 0)
1144
m_labelList[labelIndex].m_depth =
m_curDepth
;
1146
else if (depth <
m_curDepth
)
1150
m_depthAdjustment +=
m_curDepth
- depth;
1151
m_labelList[labelIndex].m_depth =
m_curDepth
;
1153
else if (depth >
m_curDepth
)