1 write to _methodBranchTargets
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
167
_methodBranchTargets
= methodIL.ComputeBranchTargets();
1 reference to _methodBranchTargets
ILCompiler.Compiler (1)
Compiler\Dataflow\MethodBodyScanner.cs (1)
183
if (_foundEndOfPrevBlock ||
_methodBranchTargets
.Contains(offset))