5 references to All
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
1278
Debug.Assert(spillingTheStack || _evalStack.
All
(
3743
Debug.Assert(predecessors.
All
(p => filterAndHandlerRegion.Regions[0].FirstBlock!.Ordinal <= p.Ordinal &&
4801
Debug.Assert(builder.
All
(o => o != null));
4831
Debug.Assert(builder.
All
(op => op is not null));
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
117
Debug.Assert(others.
All
(((IMethodSymbol m, ILocalFunctionOperation _) tuple) => tuple.m.MethodKind == MethodKind.LocalFunction));