5 references to All
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Attributes.cs (1)
749Debug.Assert(hasErrors || reorderedArguments.All(arg => arg.Kind != TypedConstantKind.Error));
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
354Debug.Assert(_nullableAnnotationLowerBounds.All(annotation => annotation.IsNotAnnotated()));
BoundTree\InterpolatedStringHandlerData.cs (1)
40Debug.Assert(placeholders.IsEmpty || placeholders.AsSpan()[..^1].All(item => item.ArgumentIndex != BoundInterpolatedStringArgumentPlaceholder.TrailingConstructorValidityParameter));
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1192Debug.Assert(actualArguments.All(static arg => arg is not null));
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
520Debug.Assert(actualArguments.All(static arg => arg is not null));