1 instantiation of GCHeapSVR
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\66\Microsoft_Diagnostics_DataContractReader_Data.GCHeapSVR.g.cs (1)
136
=> new
GCHeapSVR
(target, address);
9 references to GCHeapSVR
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\66\Microsoft_Diagnostics_DataContractReader_Data.GCHeapSVR.g.cs (2)
135
static
GCHeapSVR
IData<
GCHeapSVR
>.Create(Target target, TargetPointer address)
Contracts\GC\GC_1.cs (6)
176
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
275
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
833
Data.
GCHeapSVR
heap = _target.ProcessedData.GetOrAdd<Data.
GCHeapSVR
>(heapAddress);
Data\GC\GCHeapSVR.cs (1)
9
internal sealed partial class GCHeapSVR : IData<
GCHeapSVR
>, IGCHeap