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