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) 1761if (!toMerge.IsEmpty) 3711Debug.Assert(!filterRegion.IsEmpty); 3732Debug.Assert(!handlerRegion.IsEmpty); 3774Debug.Assert(!finallyRegion.IsEmpty);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
305Debug.Assert(!IsEmpty);