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