10 references to IsEmpty
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (9)
525Debug.Assert(!region.IsEmpty); 632if (subRegion.IsEmpty) 648Debug.Assert(!r.IsEmpty); 1048Debug.Assert(!region.IsEmpty); 1352if (_currentRegion.IsEmpty) 1770if (!toMerge.IsEmpty) 3721Debug.Assert(!filterRegion.IsEmpty); 3742Debug.Assert(!handlerRegion.IsEmpty); 3784Debug.Assert(!finallyRegion.IsEmpty);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
305Debug.Assert(!IsEmpty);