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)
114if (j.ContainsTarget(_node)) { 115throw Error.LabelTargetAlreadyDefined(_node.Name); 120block.AddLabelInfo(_node, this); 131throw Error.AmbiguousJump(_node.Name); 162if (_node != null && _node.Type != typeof(void)) { 163throw Error.NonLocalJumpWithValue(_node.Name); 167throw Error.AmbiguousJump(_node.Name); 206throw Error.LabelTargetUndefined(_node.Name); 268if (_node != null && _node.Type != typeof(void)) { 269_value = _ilg.DeclareLocal(_node.Type);