2 writes to _isGCCallbackPending
WindowsBase (2)
Shared\MS\Internal\SafeSecurityHelper.cs (2)
237
_isGCCallbackPending
= true;
285
_isGCCallbackPending
= false;
1 reference to _isGCCallbackPending
WindowsBase (1)
Shared\MS\Internal\SafeSecurityHelper.cs (1)
233
if (assembly.IsDynamic && !
_isGCCallbackPending
)