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