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); 1343if (_currentRegion.IsEmpty) 1755if (!toMerge.IsEmpty) 3694Debug.Assert(!filterRegion.IsEmpty); 3715Debug.Assert(!handlerRegion.IsEmpty); 3757Debug.Assert(!finallyRegion.IsEmpty);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
305Debug.Assert(!IsEmpty);