6 references to GetAction
illink (6)
Linker.Steps\CheckSuppressionsStep.cs (1)
43
if (Context.Annotations.
GetAction
(method) != MethodAction.ConvertToThrow)
Linker.Steps\CodeRewriterStep.cs (1)
49
switch (Annotations.
GetAction
(method))
Linker.Steps\MarkStep.cs (3)
3167
if (Annotations.
GetAction
(method) == MethodAction.Nothing)
3556
switch (Annotations.
GetAction
(method))
3715
switch (Annotations.
GetAction
(method))
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
244
switch (_context.Annotations.
GetAction
(method))