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)
3134
var methodAction = Annotations.
GetAction
(method);
3530
switch (Annotations.
GetAction
(method))
3689
switch (Annotations.
GetAction
(method))
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
244
switch (_context.Annotations.
GetAction
(method))