3 references to Any
Text.Analyzers (3)
IdentifiersShouldBeSpelledCorrectly.cs (2)
402return !dictionaries.Any(static (d, word) => d.ContainsUnrecognizedWord(word), word) && dictionaries.Any(static (d, word) => d.ContainsRecognizedWord(word), word);
src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\MetricsHelper.cs (1)
395|| namedType.GetAttributes().Any(static (a, wellKnownTypeProvider) =>