10 references to Import
illink (2)
Linker.Steps\SweepStep.cs (1)
553
var import = scope.
Import
;
Linker\TypeReferenceWalker.cs (1)
121
if (walkSymbols && m.DebugInformation?.Scope?.
Import
is ImportDebugInformation import)
Mono.Cecil.Pdb (8)
Mono.Cecil.Pdb\NativePdbWriter.cs (8)
82
} else if (info.scope != null && info.scope.
Import
!= null && info.scope.
Import
.HasTargets) {
83
metadata.WriteUsingInfo (info.scope.
Import
);
151
if (scope.
Import
!= null && scope.
Import
.HasTargets && !import_info_to_parent.TryGetValue (info.scope.
Import
, out import_parent)) {
152
foreach (var target in scope.
Import
.Targets) {
169
import_info_to_parent.Add (info.scope.
Import
, info.method.MetadataToken);