void ReadScope(MethodDebugInformation method_info) { method_info.scope = debug_reader.ReadScope(method_info.method); }
void ReadStateMachineKickOffMethod(MethodDebugInformation method_info) { method_info.kickoff_method = debug_reader.ReadStateMachineKickoffMethod(method_info.method); }
void ReadSequencePoints(MethodDebugInformation method_info) { method_info.sequence_points = debug_reader.ReadSequencePoints(method_info.method); }