Unity.IL2CPP.Labeler.NeedsLabel C# (CSharp) Method

NeedsLabel() public method

public NeedsLabel ( Instruction ins ) : bool
ins Mono.Cecil.Cil.Instruction
return bool
        public bool NeedsLabel(Instruction ins)
        {
            return this._jumpMap.ContainsKey(ins);
        }
    }