public FunctionCompilerContext(Function function) { Function = function; MethodReference = function.MethodReference; Method = MethodReference.Resolve(); FlowingNextInstructionMode = FlowingNextInstructionMode.Implicit; }