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