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