6 references to GetAction
illink (6)
Linker.Steps\CheckSuppressionsStep.cs (1)
41
if (Context.Annotations.
GetAction
(method) != MethodAction.ConvertToThrow)
Linker.Steps\CodeRewriterStep.cs (1)
104
switch (Annotations.
GetAction
(method)) {
Linker.Steps\MarkStep.cs (3)
2893
var methodAction = Annotations.
GetAction
(method);
3262
switch (Annotations.
GetAction
(method)) {
3408
switch (Annotations.
GetAction
(method)) {
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
222
switch (_context.Annotations.
GetAction
(method)) {