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