2 writes to m_fInitLocals
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
119m_fInitLocals = true; 691set { ThrowIfGeneric(); m_fInitLocals = value; }
1 reference to m_fInitLocals
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
690get { ThrowIfGeneric(); return m_fInitLocals; }