1 instantiation of OomHistory
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\OOMHistory.cs (1)
8
static OomHistory IData<OomHistory>.Create(Target target, TargetPointer address) => new
OomHistory
(target, address);
11 references to OomHistory
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\GC\GC_1.cs (3)
254
Data.
OomHistory
oomHistoryData = _target.ProcessedData.GetOrAdd<Data.
OomHistory
>(oomHistory);
267
private static GCOomData GetGCOomData(Data.
OomHistory
oomHistory)
Contracts\GC\GCHeapWKS.cs (2)
29
OomData = target.ProcessedData.GetOrAdd<Data.
OomHistory
>(target.ReadGlobalPointer(Constants.Globals.GCHeapOomData));
61
public Data.
OomHistory
OomData { get; }
Contracts\GC\IGCHeap.cs (1)
21
Data.
OomHistory
OomData { get; }
Data\GC\GCHeapSVR.cs (2)
38
OomData = target.ProcessedData.GetOrAdd<
OomHistory
>(address + (ulong)type.Fields[nameof(OomData)].Offset);
70
public
OomHistory
OomData { get; }
Data\GC\OOMHistory.cs (3)
6
internal sealed class OomHistory : IData<
OomHistory
>
8
static
OomHistory
IData<
OomHistory
>.Create(Target target, TargetPointer address) => new OomHistory(target, address);