2 instantiations of ImportDebugInformation
Mono.Cecil (1)
Mono.Cecil\AssemblyReader.cs (1)
3031
var import = new
ImportDebugInformation
();
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
255
var import = new
ImportDebugInformation
();
24 references to ImportDebugInformation
illink (4)
Linker.Steps\SweepStep.cs (1)
553
var
import = scope.Import;
Linker\TypeReferenceWalker.cs (3)
121
if (walkSymbols && m.DebugInformation?.Scope?.Import is
ImportDebugInformation
import)
362
void WalkDebugInfoImportScope(
ImportDebugInformation
import)
370
if (import.Parent is
ImportDebugInformation
parent)
Mono.Cecil (10)
Mono.Cecil.Cil\Symbols.cs (4)
98
internal
ImportDebugInformation
import;
113
public
ImportDebugInformation
Import {
434
internal
ImportDebugInformation
parent;
451
public
ImportDebugInformation
Parent {
Mono.Cecil\AssemblyReader.cs (2)
3026
metadata.ImportScopes = new
ImportDebugInformation
[length];
3031
var
import = new ImportDebugInformation ();
Mono.Cecil\AssemblyWriter.cs (1)
2536
uint AddImportScope (
ImportDebugInformation
import)
Mono.Cecil\MetadataSystem.cs (3)
64
internal
ImportDebugInformation
[] ImportScopes;
158
ImportScopes = Empty<
ImportDebugInformation
>.Array;
339
public
ImportDebugInformation
GetImportScope (uint rid)
Mono.Cecil.Pdb (10)
Mono.Cecil.Pdb\NativePdbReader.cs (7)
28
readonly Dictionary<PdbScope,
ImportDebugInformation
> imports = new Dictionary<PdbScope,
ImportDebugInformation
> ();
200
ImportDebugInformation
import;
230
ImportDebugInformation
GetImport (uint token, ModuleDefinition module)
241
ImportDebugInformation
import;
250
static
ImportDebugInformation
GetImport (PdbScope scope, ModuleDefinition module)
255
var
import = new ImportDebugInformation ();
Mono.Cecil.Pdb\NativePdbWriter.cs (3)
29
readonly Dictionary<
ImportDebugInformation
, MetadataToken> import_info_to_parent;
40
this.import_info_to_parent = new Dictionary<
ImportDebugInformation
, MetadataToken> ();
305
public void WriteUsingInfo (
ImportDebugInformation
import_info)