5 references to Delete
illink (5)
Linker.Steps\OutputStep.cs (1)
134
case AssemblyAction.
Delete
:
Linker.Steps\SweepStep.cs (4)
86
Annotations.SetAction (assembly, AssemblyAction.
Delete
);
111
case AssemblyAction.
Delete
:
126
if (Annotations.GetAction (ad) != AssemblyAction.
Delete
)
260
Annotations.SetAction (assembly, AssemblyAction.
Delete
);