1 write to debug_reader
Mono.Cecil (1)
Mono.Cecil.Cil\PortablePdb.cs (1)
61
this.
debug_reader
= new MetadataReader (image, module, this.reader);
8 references to debug_reader
Mono.Cecil (8)
Mono.Cecil.Cil\PortablePdb.cs (8)
54
bool IsEmbedded { get { return reader.image ==
debug_reader
.image; } }
121
module.custom_infos =
debug_reader
.GetCustomDebugInformation (module);
122
module.documents =
debug_reader
.GetDocuments ();
137
method_info.sequence_points =
debug_reader
.ReadSequencePoints (method_info.method);
142
method_info.scope =
debug_reader
.ReadScope (method_info.method);
147
method_info.kickoff_method =
debug_reader
.ReadStateMachineKickoffMethod (method_info.method);
152
return
debug_reader
.GetCustomDebugInformation (provider);
157
info.method.custom_infos =
debug_reader
.GetCustomDebugInformation (info.method);