2 references to Any
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
402return !dictionaries.Any(static (d, word) => d.ContainsUnrecognizedWord(word), word) && dictionaries.Any(static (d, word) => d.ContainsRecognizedWord(word), word);