5 references to Reachable
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (3)
290block.Reachability = Reachability.Reachable; 442if (handlerBlock.Reachability != Reachability.Reachable) 682Debug.Assert(AllBlocks(block => (block.Reachability == Reachability.Reachable) || (block.Reachability == Reachability.BlockedByFinally)));
CodeGen\LocalScopeManager.cs (2)
772Debug.Assert((reachability == Reachability.Reachable) || (reachability == Reachability.NotReachable)); 777if (reachability != Reachability.Reachable)