|
|
@ -610,6 +610,8 @@ namespace ICSharpCode.Decompiler.IL |
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
public SlotInfo SlotInfo { |
|
|
|
public SlotInfo SlotInfo { |
|
|
|
get { |
|
|
|
get { |
|
|
|
|
|
|
|
if (parent == null) |
|
|
|
|
|
|
|
return null; |
|
|
|
Debug.Assert(parent.GetChild(this.ChildIndex) == this); |
|
|
|
Debug.Assert(parent.GetChild(this.ChildIndex) == this); |
|
|
|
return parent.GetChildSlot(this.ChildIndex); |
|
|
|
return parent.GetChildSlot(this.ChildIndex); |
|
|
|
} |
|
|
|
} |
|
|
|