System.Reflection.Metadata: Avoid allocations in custom attribute parser #16724
Open
Description
The custom attribute parser allocates an ImmutableArray for FixedArguments and NamedArguments.
We should explore options to parse these lazily and avoid the array allocation.
Activity