9 references to TrueForAll
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Expansion\TypeVariablesExpansion.cs (2)
35
Debug.Assert(Array.
TrueForAll
(_typeParameters, t => t.IsGenericParameter));
36
Debug.Assert(Array.
TrueForAll
(_typeArguments, t => !t.IsGenericParameter));
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\ExpressionEvaluator\Core\Source\ResultProvider\Expansion\TypeVariablesExpansion.cs (2)
35
Debug.Assert(Array.
TrueForAll
(_typeParameters, t => t.IsGenericParameter));
36
Debug.Assert(Array.
TrueForAll
(_typeArguments, t => !t.IsGenericParameter));
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1281
Debug.Assert(Array.
TrueForAll
(arguments, a => a.Type != null));
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (1)
102
Debug.Assert(Array.
TrueForAll
(Items, item => item != null));
Microsoft\CSharp\RuntimeBinder\Syntax\NameTable.cs (1)
67
Debug.Assert(Array.
TrueForAll
(_entries, e => e?.Name.Text != name.Text));
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
1406
Debug.Assert(Array.
TrueForAll
(properties, dbgProp => dbgProp is not null), $"Holes in property array for type {type}");
System.Net.Http (1)
System\Net\Http\Headers\HeaderUtilities.cs (1)
235
Debug.Assert(Array.
TrueForAll
(alreadyFound, value => value),