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