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