diff --git a/de4dot.code/MethodReturnValueInliner.cs b/de4dot.code/MethodReturnValueInliner.cs index ace9f23e..34bf4923 100644 --- a/de4dot.code/MethodReturnValueInliner.cs +++ b/de4dot.code/MethodReturnValueInliner.cs @@ -177,7 +177,7 @@ namespace de4dot.code { public abstract bool HasHandlers { get; } - protected MethodDefinition Method { + public MethodDefinition Method { get { return theMethod; } }