10 references to TrueForAll
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
563
baseTypeNameParts.
TrueForAll
(s_isNotNullOrEmpty))
Microsoft.Gen.ContextualOptions (1)
Model\OptionsContextType.cs (1)
21
public bool ShouldEmit => Diagnostics.
TrueForAll
(diag => diag.Severity != DiagnosticSeverity.Error);
Microsoft.ML.Data (1)
Transforms\SlotsDroppingTransformer.cs (1)
698
Contracts.Assert(newCategoricalSlotRanges.
TrueForAll
(x => x >= 0));
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\Utils\RetryHelper.cs (1)
301
Invariant.Assert(exceptions.
TrueForAll
((t) => typeof(Exception).IsAssignableFrom(t)));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\Contracts.cs (2)
514
/// <seealso cref="List<T>.
TrueForAll
"/>
536
/// <seealso cref="List<T>.
TrueForAll
"/>
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (2)
38
if (results.Count > MaxPrefixes || !results.
TrueForAll
(sb => sb.Length >= MinPrefixLength))
64
!results.
TrueForAll
(sb => sb.Length < MaxPrefixLength) ||
System.Text.RegularExpressions.Generator (2)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (2)
38
if (results.Count > MaxPrefixes || !results.
TrueForAll
(sb => sb.Length >= MinPrefixLength))
64
!results.
TrueForAll
(sb => sb.Length < MaxPrefixLength) ||