1 write to method
Mono.Cecil (1)
Mono.Cecil.Cil\CodeReader.cs (1)
41 this.method = method;
12 references to method
Mono.Cecil (12)
Mono.Cecil.Cil\CodeReader.cs (12)
108 if (symbol_reader != null && method.debug_info == null) 109 method.debug_info = symbol_reader.Read (method); 111 if (method.debug_info != null) 135 var variables = reader.ReadVariables (local_var_token, method); 150 var instructions = body.instructions = new InstructionCollection (method, (code_size + 1) / 2); 378 if (method.debug_info.sequence_points != null) 381 if (method.debug_info.scope != null) 382 ReadScope (method.debug_info.scope); 384 if (method.custom_infos != null) 385 ReadCustomDebugInformations (method); 434 var symbol = method.debug_info;