Table of Contents

Property IncomingLabels

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

IncomingLabels

Enumerates all labels which point to the current instruction (label.Target == Next)
public IEnumerable<ILLabel> IncomingLabels { get; }

Property Value

IEnumerable<ILLabel>