4 references to WhereAsArray
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\IMethodSymbolExtensions.cs (3)
166
attributes: method.GetAttributes().
WhereAsArray
(static (a, arg) => !shouldRemoveAttribute(a, arg), arg),
169
p.GetAttributes().
WhereAsArray
(static (a, arg) => !shouldRemoveAttribute(a, arg), arg),
172
returnTypeAttributes: method.GetReturnTypeAttributes().
WhereAsArray
(static (a, arg) => !shouldRemoveAttribute(a, arg), arg));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\IPropertySymbolExtensions.cs (1)
62
p.GetAttributes().
WhereAsArray
(static (a, arg) => !ShouldRemoveAttribute(a, arg), arg),