2 writes to m_fInitLocals
mscorlib (2)
system\reflection\emit\methodbuilder.cs (2)
177
m_fInitLocals
= true;
1153
set { ThrowIfGeneric ();
m_fInitLocals
= value; }
1 reference to m_fInitLocals
mscorlib (1)
system\reflection\emit\methodbuilder.cs (1)
1152
get { ThrowIfGeneric (); return
m_fInitLocals
; }