3 references to GCHeapOomData
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
148
public const string GCHeapOomData = nameof(
GCHeapOomData
);
Contracts\GC\GC_1.cs (1)
253
TargetPointer oomHistory = _target.ReadGlobalPointer(Constants.Globals.
GCHeapOomData
);
Contracts\GC\GCHeapWKS.cs (1)
29
OomData = target.ProcessedData.GetOrAdd<Data.OomHistory>(target.ReadGlobalPointer(Constants.Globals.
GCHeapOomData
));