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