4 instantiations of MethodDebugInformation
Mono.Cecil (2)
Mono.Cecil.Cil\PortablePdb.cs (1)
127
var info = new
MethodDebugInformation
(method);
Mono.Cecil\MethodDefinition.cs (1)
187
Interlocked.CompareExchange (ref debug_info, new
MethodDebugInformation
(this), null);
Mono.Cecil.Mdb (1)
Mono.Cecil.Mdb\MdbReader.cs (1)
70
var info = new
MethodDebugInformation
(method);
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
106
var symbol = new
MethodDebugInformation
(method);
45 references to MethodDebugInformation
illink (2)
Linker\CustomSymbolWriter.cs (1)
116
public void Write(
MethodDebugInformation
info) => _symbolWriter.Write(info);
Linker\MethodDefinitionExtensions.cs (1)
104
var
di = method.DebugInformation;
Mono.Cecil (23)
Mono.Cecil.Cil\CodeReader.cs (1)
434
var
symbol = method.debug_info;
Mono.Cecil.Cil\MethodBody.cs (2)
177
var
debug_info = method == null ? null : method.debug_info;
296
var
debug_info = method.debug_info;
Mono.Cecil.Cil\PortablePdb.cs (9)
125
public
MethodDebugInformation
Read (MethodDefinition method)
127
var
info = new MethodDebugInformation (method);
135
void ReadSequencePoints (
MethodDebugInformation
method_info)
140
void ReadScope (
MethodDebugInformation
method_info)
145
void ReadStateMachineKickOffMethod (
MethodDebugInformation
method_info)
155
void ReadCustomDebugInformations (
MethodDebugInformation
info)
226
public
MethodDebugInformation
Read (MethodDefinition method)
314
public void Write (
MethodDebugInformation
info)
535
public void Write (
MethodDebugInformation
info)
Mono.Cecil.Cil\Symbols.cs (2)
856
MethodDebugInformation
Read (MethodDefinition method);
1118
void Write (
MethodDebugInformation
info);
Mono.Cecil\AssemblyWriter.cs (7)
2313
public void AddMethodDebugInformation (
MethodDebugInformation
method_info)
2327
void AddStateMachineMethod (
MethodDebugInformation
method_info)
2332
void AddLocalScope (
MethodDebugInformation
method_info, ScopeDebugInformation scope)
2448
var
method_info = ((MethodDefinition) provider).DebugInformation;
2688
void AddSequencePoints (
MethodDebugInformation
info)
3323
public void WriteSequencePoints (
MethodDebugInformation
info)
3384
public static bool TryGetUniqueDocument (this
MethodDebugInformation
info, out Document document)
Mono.Cecil\MethodDefinition.cs (2)
34
internal
MethodDebugInformation
debug_info;
182
public
MethodDebugInformation
DebugInformation {
Mono.Cecil.Mdb (8)
Mono.Cecil.Mdb\MdbReader.cs (4)
63
public
MethodDebugInformation
Read (MethodDefinition method)
70
var
info = new MethodDebugInformation (method);
104
void ReadLineNumbers (MethodEntry entry,
MethodDebugInformation
info)
136
static ScopeDebugInformation [] ReadScopes (MethodEntry entry,
MethodDebugInformation
info)
Mono.Cecil.Mdb\MdbWriter.cs (4)
92
public void Write (
MethodDebugInformation
info)
129
void WriteRootScope (ScopeDebugInformation scope,
MethodDebugInformation
info)
137
void WriteScope (ScopeDebugInformation scope,
MethodDebugInformation
info)
149
void WriteScopes (Collection<ScopeDebugInformation> scopes,
MethodDebugInformation
info)
Mono.Cecil.Pdb (12)
Mono.Cecil.Pdb\NativePdbReader.cs (7)
98
public
MethodDebugInformation
Read (MethodDefinition method)
106
var
symbol = new MethodDebugInformation (method);
152
Collection<ScopeDebugInformation> ReadScopeAndLocals (PdbScope [] scopes,
MethodDebugInformation
info)
163
ScopeDebugInformation ReadScopeAndLocals (PdbScope scope,
MethodDebugInformation
info)
310
void ReadSequencePoints (PdbFunction function,
MethodDebugInformation
info)
321
void ReadLines (PdbLines lines,
MethodDebugInformation
info)
329
static void ReadLine (PdbLine line, Document document,
MethodDebugInformation
info)
Mono.Cecil.Pdb\NativePdbWriter.cs (5)
53
public void Write (
MethodDebugInformation
info)
76
void DefineCustomMetadata (
MethodDebugInformation
info, MetadataToken import_parent)
114
void DefineAsyncCustomMetadata (
MethodDebugInformation
info)
140
void DefineScope (ScopeDebugInformation scope,
MethodDebugInformation
info, out MetadataToken import_parent)
318
public void WriteIteratorScopes (StateMachineScopeDebugInformation state_machine,
MethodDebugInformation
debug_info)