3 instantiations of AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GC\GC_1.cs (3)
491contexts.Add(new AllocContext(td.AllocContextPointer, td.AllocContextLimit)); 498contexts.Add(new AllocContext(gAllocPtr, gAllocLimit)); 511contexts.Add(new AllocContext(ptr, limit));
4 references to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
50private List<AllocContext>? _allocContexts; 468foreach (AllocContext context in GetAllocContexts()) 476private List<AllocContext> GetAllocContexts() 481List<AllocContext> contexts = new();