5 references to LastExceptionRingSize
Microsoft.Diagnostics.DataContractReader.Legacy (5)
DebugExtensions.cs (5)
50Exception?[] ring = _debugLastExceptions ??= new Exception?[LastExceptionRingSize]; 52_debugLastExceptionsNextIndex = (_debugLastExceptionsNextIndex + 1) % LastExceptionRingSize; 64for (int i = 0; i < LastExceptionRingSize; i++) 66int idx = (next - 1 - i + LastExceptionRingSize) % LastExceptionRingSize;