1 write to assembly
illink (1)
Linker\TypeReferenceWalker.cs (1)
22
this.
assembly
= assembly;
14 references to assembly
illink (14)
Linker.Steps\MarkStep.cs (8)
1528
markingHelpers.MarkForwardedScope(type, new MessageOrigin(
assembly
));
1533
markingHelpers.MarkExportedType(exportedType,
assembly
.MainModule, new DependencyInfo(DependencyKind.ExportedType,
assembly
), new MessageOrigin(
assembly
));
1534
markingHelpers.MarkForwardedScope(CreateTypeReferenceForExportedTypeTarget(exportedType), new MessageOrigin(
assembly
));
1541
foreach (TypeReference typeReference in
assembly
.MainModule.GetTypeReferences())
1545
markingHelpers.MarkForwardedScope(typeReference, new MessageOrigin(
assembly
));
1557
return new TypeReference(exportedType.Namespace, exportedType.Name,
assembly
.MainModule, exportedType.Scope)
Linker.Steps\SweepStep.cs (2)
676
var tr =
assembly
.MainModule.ImportReference(td);
698
var tr =
assembly
.MainModule.ImportReference(td);
Linker\TypeReferenceWalker.cs (4)
34
WalkCustomAttributesTypesScopes(
assembly
);
35
WalkSecurityAttributesTypesScopes(
assembly
);
37
foreach (var module in
assembly
.Modules)
40
var mmodule =
assembly
.MainModule;