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