2 references to WhereAsArrayImpl
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
537
=>
WhereAsArrayImpl
<T, object?>(array, predicate, predicateWithArg: null, arg: null);
545
=>
WhereAsArrayImpl
(array, predicateWithoutArg: null, predicate, arg);