37 references to GetAction
illink (37)
Linker.Steps\AddBypassNGenStep.cs (2)
20
if (Annotations.
GetAction
(assembly) == AssemblyAction.AddBypassNGen) {
91
if (Annotations.
GetAction
(coreLibAssembly) == AssemblyAction.Copy) {
Linker.Steps\CheckSuppressionsStep.cs (1)
25
var assemblyAction = Annotations.
GetAction
(assembly);
Linker.Steps\CleanStep.cs (1)
42
if (Annotations.
GetAction
(assembly) == AssemblyAction.Link)
Linker.Steps\CodeRewriterStep.cs (1)
24
if (Annotations.
GetAction
(assembly) != AssemblyAction.Link)
Linker.Steps\MarkStep.cs (13)
297
switch (Annotations.
GetAction
(type.Module.Assembly)) {
387
Debug.Assert (Annotations.
GetAction
(assembly) == action);
401
var action = Annotations.
GetAction
(assembly);
551
switch (Annotations.
GetAction
(assembly)) {
773
bool providerInLinkedAssembly = Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider (provider)) == AssemblyAction.Link;
1138
Annotations.
GetAction
(resolvedConstructor.Module.Assembly) == AssemblyAction.Link)
1350
var action = Annotations.
GetAction
(assembly);
1474
if (IsAttributeRemoved (customAttribute, resolved.DeclaringType) && Annotations.
GetAction
(CustomAttributeSource.GetAssemblyFromCustomAttributeProvider (assemblyLevelAttribute.Provider)) == AssemblyAction.Link)
1766
return assembly != null && Annotations.
GetAction
(assembly) != AssemblyAction.Link;
1825
if (IsFullyPreservedAction (Annotations.
GetAction
(type.Module.Assembly)))
2107
if (Annotations.HasLinkerAttribute<RemoveAttributeInstancesAttribute> (resolvedAttributeType) && Annotations.
GetAction
(type.Module.Assembly) == AssemblyAction.Link)
3111
bool markAllOverrides = assembly != null && Annotations.
GetAction
(assembly) is AssemblyAction.Copy or AssemblyAction.CopyUsed or AssemblyAction.Save;
3415
switch (Annotations.
GetAction
(assembly)) {
Linker.Steps\OutputStep.cs (1)
117
var action = Annotations.
GetAction
(assembly);
Linker.Steps\ProcessReferencesStep.cs (1)
47
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)
67
var action = Annotations.
GetAction
(assembly);
95
switch (Annotations.
GetAction
(assembly)) {
108
var action = Annotations.
GetAction
(assembly);
126
if (Annotations.
GetAction
(ad) != AssemblyAction.Delete)
168
switch (Annotations.
GetAction
(assembly)) {
485
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)
63
switch (context.Annotations.
GetAction
(assembly)) {
Linker\EmbeddedXmlInfo.cs (4)
27
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
48
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
73
if (context.Annotations.
GetAction
(assembly) == AssemblyAction.Skip)
113
switch (context.Annotations.
GetAction
(assembly)) {
Linker\LinkContext.cs (1)
526
return Annotations.
GetAction
(context) == AssemblyAction.Link &&