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