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