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