1 write to Body
illink (1)
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
614
Body
= body;
6 references to Body
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
627
Collection<Instruction> Instructions =>
Body
.Instructions;
628
Collection<ExceptionHandler> ExceptionHandlers =>
Body
.ExceptionHandlers;
851
var bodySweeper = new BodySweeper(
Body
, reachableInstrs, unreachableEH, context);
865
LinkerILProcessor processor =
Body
.GetLinkerILProcessor();
956
LinkerILProcessor processor =
Body
.GetLinkerILProcessor();
1163
bool exceptionHandlersChecked = !
Body
.HasExceptionHandlers;