1 write to Body
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
641
Body
= body;
6 references to Body
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
654
Collection<Instruction> Instructions =>
Body
.Instructions;
655
Collection<ExceptionHandler> ExceptionHandlers =>
Body
.ExceptionHandlers;
878
var bodySweeper = new BodySweeper(
Body
, reachableInstrs, unreachableEH, context);
892
LinkerILProcessor processor =
Body
.GetLinkerILProcessor();
983
LinkerILProcessor processor =
Body
.GetLinkerILProcessor();
1190
bool exceptionHandlersChecked = !
Body
.HasExceptionHandlers;