1 write to Id
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\LabelHandle.cs (1)
19
Id
= id;
11 references to Id
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
256
Label emitLabel = CreateLabel(metadataLabel.
Id
);
System.Reflection.Metadata (10)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (6)
43
int labelTargetOffset = labels[Label.
Id
- 1];
46
Throw.InvalidOperation_LabelNotMarked(Label.
Id
);
144
_labels[label.
Id
- 1] = ilOffset;
149
int offset = _labels[label.
Id
- 1];
152
Throw.InvalidOperation_LabelNotMarked(label.
Id
);
165
if (label.
Id
> _labels.Count)
System\Reflection\Metadata\Ecma335\Encoding\LabelHandle.cs (4)
22
public bool IsNil =>
Id
== 0;
24
public bool Equals(LabelHandle other) =>
Id
== other.
Id
;
26
public override int GetHashCode() =>
Id
.GetHashCode();