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