1 write to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RuntimeThreadLocals.cs (1)
14
AllocContext
= target.ProcessedData.GetOrAdd<EEAllocContext>(address + (ulong)type.Fields[nameof(AllocContext)].Offset);
5 references to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Thread_1.cs (4)
141
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Pointer ?? TargetPointer.Null,
142
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Limit ?? TargetPointer.Null,
157
allocBytes = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytes ?? 0;
158
allocBytesLoh = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytesLoh ?? 0;
Data\RuntimeThreadLocals.cs (1)
14
AllocContext = target.ProcessedData.GetOrAdd<EEAllocContext>(address + (ulong)type.Fields[nameof(
AllocContext
)].Offset);