Mono.Cecil.Cil.PortablePdbReader.ReadStateMachineKickOffMethod C# (CSharp) Method

ReadStateMachineKickOffMethod() private method

private ReadStateMachineKickOffMethod ( MethodDebugInformation method_info ) : void
method_info MethodDebugInformation
return void
        void ReadStateMachineKickOffMethod(MethodDebugInformation method_info)
        {
            method_info.kickoff_method = debug_reader.ReadStateMachineKickoffMethod (method_info.method);
        }