|
|
|
@ -664,6 +664,7 @@ namespace ICSharpCode.Decompiler.IL.Transforms |
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets whether arg can be un-inlined out of stmt.
|
|
|
|
/// Gets whether arg can be un-inlined out of stmt.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <seealso cref="ILInstruction.Extract"/>
|
|
|
|
internal static bool CanUninline(ILInstruction arg, ILInstruction stmt) |
|
|
|
internal static bool CanUninline(ILInstruction arg, ILInstruction stmt) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Debug.Assert(arg.IsDescendantOf(stmt)); |
|
|
|
Debug.Assert(arg.IsDescendantOf(stmt)); |
|
|
|
|