1 write to _ilg
System.Core (1)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
82
_ilg
= il;
8 references to _ilg
System.Core (8)
Microsoft\Scripting\Compiler\LabelInfo.cs (8)
213
_ilg
.Emit(OpCodes.Ret);
216
_ilg
.Emit(_opCode, Label);
223
_ilg
.Emit(OpCodes.Stloc, _value);
241
_ilg
.Emit(OpCodes.Ret);
255
_ilg
.MarkLabel(Label);
260
_ilg
.Emit(OpCodes.Ldloc, _value);
267
_label =
_ilg
.DefineLabel();
269
_value =
_ilg
.DeclareLocal(_node.Type);