10 references to IsEmpty
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (9)
517
Debug.Assert(!region.
IsEmpty
);
624
if (subRegion.
IsEmpty
)
640
Debug.Assert(!r.
IsEmpty
);
1040
Debug.Assert(!region.
IsEmpty
);
1343
if (_currentRegion.
IsEmpty
)
1761
if (!toMerge.
IsEmpty
)
3711
Debug.Assert(!filterRegion.
IsEmpty
);
3732
Debug.Assert(!handlerRegion.
IsEmpty
);
3774
Debug.Assert(!finallyRegion.
IsEmpty
);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
305
Debug.Assert(!
IsEmpty
);