37 references to GetAction
illink (37)
Linker.Steps\AddBypassNGenStep.cs (2)
20
if (Annotations.
GetAction
(assembly) == AssemblyAction.AddBypassNGen)
97
if (Annotations.
GetAction
(coreLibAssembly) == AssemblyAction.Copy)
Linker.Steps\CheckSuppressionsStep.cs (1)
27
var assemblyAction = Annotations.
GetAction
(assembly);
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 (13)
317
switch (Annotations.
GetAction
(type.Module.Assembly))
417
Debug.Assert(Annotations.
GetAction
(assembly) == action);
432
var action = Annotations.
GetAction
(assembly);
595
switch (Annotations.
GetAction
(assembly))
839
bool providerInLinkedAssembly = Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(provider)) == AssemblyAction.Link;
1256
Annotations.
GetAction
(resolvedConstructor.Module.Assembly) == AssemblyAction.Link)
1480
var action = Annotations.
GetAction
(assembly);
1613
if (IsAttributeRemoved(customAttribute, resolved.DeclaringType) && Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(assemblyLevelAttribute.Provider)) == AssemblyAction.Link)
1936
return assembly != null && Annotations.
GetAction
(assembly) != AssemblyAction.Link;
2008
if (IsFullyPreservedAction(Annotations.
GetAction
(type.Module.Assembly)))
2316
if (Annotations.HasLinkerAttribute<RemoveAttributeInstancesAttribute>(resolvedAttributeType) && Annotations.
GetAction
(type.Module.Assembly) == AssemblyAction.Link)
3402
bool markAllOverrides = assembly != null && Annotations.
GetAction
(assembly) is AssemblyAction.Copy or AssemblyAction.CopyUsed or AssemblyAction.Save;
3735
switch (Annotations.
GetAction
(assembly))
Linker.Steps\OutputStep.cs (1)
124
var action = Annotations.
GetAction
(assembly);
Linker.Steps\ProcessReferencesStep.cs (1)
49
if (IsFullyPreservedAction(Annotations.
GetAction
(assembly)))
Linker.Steps\RegenerateGuidStep.cs (1)
44
if (Annotations.
GetAction
(assembly) == AssemblyAction.Link)
Linker.Steps\RemoveResourcesStep.cs (1)
24
var action = Annotations.
GetAction
(assembly);
Linker.Steps\RemoveSecurityStep.cs (1)
13
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Link)
Linker.Steps\RootAssemblyInputStep.cs (1)
30
AssemblyAction action = Context.Annotations.
GetAction
(assembly);
Linker.Steps\SweepStep.cs (6)
68
var action = Annotations.
GetAction
(assembly);
99
switch (Annotations.
GetAction
(assembly))
113
var action = Annotations.
GetAction
(assembly);
133
if (Annotations.
GetAction
(ad) != AssemblyAction.Delete)
176
switch (Annotations.
GetAction
(assembly))
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)
67
switch (context.Annotations.
GetAction
(assembly))
Linker\EmbeddedXmlInfo.cs (4)
27
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
51
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
79
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
122
switch (context.Annotations.
GetAction
(assembly))
Linker\LinkContext.cs (1)
549
return Annotations.
GetAction
(context) == AssemblyAction.Link &&