Open
Description
Using a collection initializer with the ImmutableArray
type, causes a NullReferenceException
.
_ = new ImmutableArray<string> { "init" }; // NRE
Using a collection initializer with the ImmutableArray
type, causes a NullReferenceException
.
_ = new ImmutableArray<string> { "init" }; // NRE