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
The ReversePInvoke transition should be no-op in DoNotTriggerGc region. The whole purpose of DoNotTriggerGc regions is to turn the ReversePInvoke transition into no-op that is not quite happening here.
The ReversePInvoke transition should be no-op in
DoNotTriggerGcregion. The whole purpose ofDoNotTriggerGcregions is to turn the ReversePInvoke transition into no-op that is not quite happening here.Originally posted by @jkotas in #85235 (comment)