2 references to Any
Microsoft.CodeAnalysis.Razor.Compiler (2)
Analyzers\ComponentParameterNullableWarningSuppressor.cs (1)
56if (!symbol.ContainingType.AllInterfaces.Any(componentSymbol, static (@interface, componentSymbol) => @interface.Equals(componentSymbol, SymbolEqualityComparer.Default)))
Language\Legacy\TokenizerBackedParser.cs (1)
476AcceptWhile(static (token, types) => types.Any(token.Kind, static (expected, kind) => expected == kind), types);