6 references to ScopeDebugInformation
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (1)
163 : this ()
Mono.Cecil\AssemblyReader.cs (1)
2941 var scope = new ScopeDebugInformation
Mono.Cecil.Mdb (2)
Mono.Cecil.Mdb\MdbReader.cs (2)
141 info.scope = scopes [0] = new ScopeDebugInformation { 150 var scope = new ScopeDebugInformation ();
Mono.Cecil.Pdb (2)
Mono.Cecil.Pdb\NativePdbReader.cs (2)
112 : new ScopeDebugInformation { Start = new InstructionOffset (0), End = new InstructionOffset ((int) function.length) }; 165 var parent = new ScopeDebugInformation ();