1 write to body
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
484
this.
body
= body;
3 references to body
illink (3)
Linker.Steps\UnreachableBlocksOptimizer.cs (3)
491
LinkerILProcessor processor =
body
.GetLinkerILProcessor();
493
Collection<Instruction> instrs =
body
.Instructions;
577
return !
body
.Method.IsStatic;