2 writes to _debugLastExceptionsNextIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
DebugExtensions.cs (2)
52_debugLastExceptionsNextIndex = (_debugLastExceptionsNextIndex + 1) % LastExceptionRingSize; 80_debugLastExceptionsNextIndex = 0;
3 references to _debugLastExceptionsNextIndex
Microsoft.Diagnostics.DataContractReader.Legacy (3)
DebugExtensions.cs (3)
51ring[_debugLastExceptionsNextIndex] = e.Exception; 52_debugLastExceptionsNextIndex = (_debugLastExceptionsNextIndex + 1) % LastExceptionRingSize; 63int next = _debugLastExceptionsNextIndex;