1 write to _debugLastExceptions
Microsoft.Diagnostics.DataContractReader.Legacy (1)
DebugExtensions.cs (1)
50Exception?[] ring = _debugLastExceptions ??= new Exception?[LastExceptionRingSize];
2 references to _debugLastExceptions
Microsoft.Diagnostics.DataContractReader.Legacy (2)
DebugExtensions.cs (2)
58Exception?[]? ring = _debugLastExceptions; 77Exception?[]? ring = _debugLastExceptions;