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