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
Does the disposal logic for PooledString make sense? If one PooledString is copied and then the first one is disposed, it will invalidate the allocation ID. That means the copy is also invalid.