You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One branch could do builder.ToImmutableAndFree(), which would allow for the optimization of moving the internal array to the immutable array without a copy.
The text was updated successfully, but these errors were encountered:
roslyn/src/Compilers/Core/Portable/Collections/ImmutableArrayExtensions.cs
Lines 934 to 938 in 7c23c2e
One branch could do
builder.ToImmutableAndFree()
, which would allow for the optimization of moving the internal array to the immutable array without a copy.The text was updated successfully, but these errors were encountered: