3 writes to m_depthAdjustment
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
153m_depthAdjustment -= m_curDepth; 324m_depthAdjustment += targetDepth - depth; 1150m_depthAdjustment += m_curDepth - depth;
3 references to m_depthAdjustment
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeILGenerator.cs (3)
158Debug.Assert(m_depthAdjustment >= 0); 332Debug.Assert(m_depthAdjustment >= 0); 333return (int)Math.Min(ushort.MaxValue, m_maxDepth + m_depthAdjustment);