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