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)
135static GCHeapSVR IData<GCHeapSVR>.Create(Target target, TargetPointer address)
Contracts\GC\GC_1.cs (6)
176Data.GCHeapSVR heap = _target.ProcessedData.GetOrAdd<Data.GCHeapSVR>(heapAddress); 275Data.GCHeapSVR heap = _target.ProcessedData.GetOrAdd<Data.GCHeapSVR>(heapAddress); 833Data.GCHeapSVR heap = _target.ProcessedData.GetOrAdd<Data.GCHeapSVR>(heapAddress);
Data\GC\GCHeapSVR.cs (1)
9internal sealed partial class GCHeapSVR : IData<GCHeapSVR>, IGCHeap