2 writes to _initLocals
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (2)
75_initLocals = true; 109set { ThrowIfGeneric(); _initLocals = value; }
1 reference to _initLocals
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
108get { ThrowIfGeneric(); return _initLocals; }