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)
305
switch (Annotations.
GetAction
(type.Module.Assembly))
405
Debug.Assert(Annotations.
GetAction
(assembly) == action);
420
var action = Annotations.
GetAction
(assembly);
583
switch (Annotations.
GetAction
(assembly))
827
bool providerInLinkedAssembly = Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(provider)) == AssemblyAction.Link;
1244
Annotations.
GetAction
(resolvedConstructor.Module.Assembly) == AssemblyAction.Link)
1468
var action = Annotations.
GetAction
(assembly);
1601
if (IsAttributeRemoved(customAttribute, resolved.DeclaringType) && Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider(assemblyLevelAttribute.Provider)) == AssemblyAction.Link)
1912
return assembly != null && Annotations.
GetAction
(assembly) != AssemblyAction.Link;
1978
if (IsFullyPreservedAction(Annotations.
GetAction
(type.Module.Assembly)))
2282
if (Annotations.HasLinkerAttribute<RemoveAttributeInstancesAttribute>(resolvedAttributeType) && Annotations.
GetAction
(type.Module.Assembly) == AssemblyAction.Link)
3368
bool markAllOverrides = assembly != null && Annotations.
GetAction
(assembly) is AssemblyAction.Copy or AssemblyAction.CopyUsed or AssemblyAction.Save;
3697
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 &&