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