1 write to m_maxDepth
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
157
m_maxDepth
= m_curDepth;
2 references to m_maxDepth
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
156
else if (
m_maxDepth
< m_curDepth)
333
return (int)Math.Min(ushort.MaxValue,
m_maxDepth
+ m_depthAdjustment);