27 references to Link
illink (27)
Linker.Steps\CheckSuppressionsStep.cs (1)
28
return assemblyAction == AssemblyAction.
Link
|| assemblyAction == AssemblyAction.Copy;
Linker.Steps\CleanStep.cs (1)
42
if (Annotations.GetAction(assembly) == AssemblyAction.
Link
)
Linker.Steps\CodeRewriterStep.cs (1)
26
if (Annotations.GetAction(assembly) != AssemblyAction.
Link
)
Linker.Steps\MarkStep.cs (7)
599
case AssemblyAction.
Link
:
839
bool providerInLinkedAssembly = Annotations.GetAction(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(provider)) == AssemblyAction.
Link
;
1256
Annotations.GetAction(resolvedConstructor.Module.Assembly) == AssemblyAction.
Link
)
1613
if (IsAttributeRemoved(customAttribute, resolved.DeclaringType) && Annotations.GetAction(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(assemblyLevelAttribute.Provider)) == AssemblyAction.
Link
)
1936
return assembly != null && Annotations.GetAction(assembly) != AssemblyAction.
Link
;
2316
if (Annotations.HasLinkerAttribute<RemoveAttributeInstancesAttribute>(resolvedAttributeType) && Annotations.GetAction(type.Module.Assembly) == AssemblyAction.
Link
)
3737
case AssemblyAction.
Link
:
Linker.Steps\OutputStep.cs (1)
130
case AssemblyAction.
Link
:
Linker.Steps\RegenerateGuidStep.cs (1)
44
if (Annotations.GetAction(assembly) == AssemblyAction.
Link
)
Linker.Steps\RemoveResourcesStep.cs (1)
25
return action == AssemblyAction.
Link
|| action == AssemblyAction.Save;
Linker.Steps\RemoveSecurityStep.cs (1)
13
if (context.Annotations.GetAction(assembly) == AssemblyAction.
Link
)
Linker.Steps\RootAssemblyInputStep.cs (1)
38
case AssemblyAction.
Link
:
Linker.Steps\SweepStep.cs (5)
72
case AssemblyAction.
Link
:
103
case AssemblyAction.
Link
:
118
case AssemblyAction.
Link
:
197
case AssemblyAction.
Link
:
517
return assembly != null && Annotations.GetAction(assembly) == AssemblyAction.
Link
;
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
45
if (_context.Annotations.GetAction(method.Module.Assembly) != AssemblyAction.
Link
)
Linker\DependencyRecorderHelper.cs (1)
69
case AssemblyAction.
Link
:
Linker\Driver.cs (3)
1245
return AssemblyAction.
Link
;
1429
TrimAction = AssemblyAction.
Link
,
1430
DefaultAction = AssemblyAction.
Link
,
Linker\EmbeddedXmlInfo.cs (1)
124
case AssemblyAction.
Link
:
Linker\LinkContext.cs (1)
549
return Annotations.GetAction(context) == AssemblyAction.
Link
&&