1 write to Scope
illink (1)
Linker\MethodDefinitionExtensions.cs (1)
110
di.
Scope
= null;
9 references to Scope
illink (5)
Linker.Steps\SweepStep.cs (1)
528
var scope = m.DebugInformation.
Scope
;
Linker\MethodDefinitionExtensions.cs (3)
106
if (di.
Scope
!= null)
108
di.
Scope
.Variables.Clear();
109
di.
Scope
.Constants.Clear();
Linker\TypeReferenceWalker.cs (1)
121
if (walkSymbols && m.DebugInformation?.
Scope
?.Import is ImportDebugInformation import)
Mono.Cecil (4)
Mono.Cecil.Cil\MethodBody.cs (2)
178
if (debug_info == null || debug_info.
Scope
== null)
333
UpdateLocalScope (method.debug_info.
Scope
, ref resolver);
Mono.Cecil\AssemblyWriter.cs (2)
2318
if (method_info.
Scope
!= null)
2319
AddLocalScope (method_info, method_info.
Scope
);