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