1 write to _node
System.Core (1)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
83
_node
= node;
12 references to _node
System.Core (12)
Microsoft\Scripting\Compiler\LabelInfo.cs (12)
114
if (j.ContainsTarget(
_node
)) {
115
throw Error.LabelTargetAlreadyDefined(
_node
.Name);
120
block.AddLabelInfo(
_node
, this);
131
throw Error.AmbiguousJump(
_node
.Name);
162
if (
_node
!= null &&
_node
.Type != typeof(void)) {
163
throw Error.NonLocalJumpWithValue(
_node
.Name);
167
throw Error.AmbiguousJump(
_node
.Name);
206
throw Error.LabelTargetUndefined(
_node
.Name);
268
if (
_node
!= null &&
_node
.Type != typeof(void)) {
269
_value = _ilg.DeclareLocal(
_node
.Type);