1 reference to Any
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs (1)
182=> HasOneItem ? predicate(_one, arg) : _many.Any(predicate, arg);