1 instantiation of GCHeapSVR
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\GCHeapSVR.cs (1)
12
static GCHeapSVR IData<GCHeapSVR>.Create(Target target, TargetPointer address) => new
GCHeapSVR
(target, address);
9 references to GCHeapSVR
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\GC\GC_1.cs (6)
164
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
263
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
737
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
Data\GC\GCHeapSVR.cs (3)
10
internal sealed class GCHeapSVR : IData<
GCHeapSVR
>, IGCHeap
12
static
GCHeapSVR
IData<
GCHeapSVR
>.Create(Target target, TargetPointer address) => new GCHeapSVR(target, address);