6 references to TrueForAll
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));
Microsoft.Extensions.AI.Evaluation.Console (1)
Telemetry\EnvironmentHelper.cs (1)
56
if (Array.
TrueForAll
(variables, static variable => !string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable(variable))))
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
1399
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),