1 write to Body
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
571
Body
= body;
6 references to Body
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
584
Collection<Instruction> Instructions =>
Body
.Instructions;
585
Collection<ExceptionHandler> ExceptionHandlers =>
Body
.ExceptionHandlers;
791
var bodySweeper = new BodySweeper (
Body
, reachableInstrs, unreachableEH, context);
804
LinkerILProcessor processor =
Body
.GetLinkerILProcessor ();
891
LinkerILProcessor processor =
Body
.GetLinkerILProcessor ();
1075
bool exceptionHandlersChecked = !
Body
.HasExceptionHandlers;