5 references to Reachable
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (3)
288
block.Reachability = Reachability.
Reachable
;
444
if (handlerBlock.Reachability != Reachability.
Reachable
)
693
Debug.Assert(AllBlocks(block => (block.Reachability == Reachability.
Reachable
) || (block.Reachability == Reachability.BlockedByFinally)));
CodeGen\LocalScopeManager.cs (2)
774
Debug.Assert((reachability == Reachability.
Reachable
) || (reachability == Reachability.NotReachable));
779
if (reachability != Reachability.
Reachable
)