2 writes to m_maxStackSize
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
1066m_maxStackSize = maxStackSize; 1087m_maxStackSize = maxStackSize;
1 reference to m_maxStackSize
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
1056internal int MaxStackSize { get { return m_maxStackSize; } }