2 writes to _allocContexts
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (2)
56
_allocContexts
= null;
523
_allocContexts
= contexts;
2 references to _allocContexts
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (2)
486
if (
_allocContexts
is not null)
487
return
_allocContexts
;