2 references to WhereAsArrayImpl
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (2)
467
=>
WhereAsArrayImpl
<T, object?>(array, predicate, predicateWithArg: null, arg: null);
475
=>
WhereAsArrayImpl
(array, predicateWithoutArg: null, predicate, arg);