4 references to All
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
1935if ((valueText.Length == 0) || !valueText.All(IsValidHexDigit))
Symbols\Source\SourceMemberContainerSymbol.cs (1)
473return name is { Length: > 0 } && name.All(c => c >= 'a' && c <= 'z');
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\TokenFactories.vb (1)
159Debug.Assert(text.All(AddressOf IsWhitespace))
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.vb (1)
618If nextNamePart.All(AddressOf SyntaxFacts.IsIdentifierPartCharacter) Then