2 writes to s_crashInfoPresent
System.Private.CoreLib (2)
System\RuntimeExceptionHelpers.cs (2)
201
int previousState = Interlocked.CompareExchange(ref
s_crashInfoPresent
, -1, 0);
215
s_crashInfoPresent
= 1;
1 reference to s_crashInfoPresent
System.Private.CoreLib (1)
System\RuntimeExceptionHelpers.cs (1)
219
while (
s_crashInfoPresent
!= 1)