10 references to IsEmpty
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (9)
517Debug.Assert(!region.IsEmpty); 624if (subRegion.IsEmpty) 640Debug.Assert(!r.IsEmpty); 1040Debug.Assert(!region.IsEmpty); 1344if (_currentRegion.IsEmpty) 1762if (!toMerge.IsEmpty) 3713Debug.Assert(!filterRegion.IsEmpty); 3734Debug.Assert(!handlerRegion.IsEmpty); 3776Debug.Assert(!finallyRegion.IsEmpty);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
305Debug.Assert(!IsEmpty);