2 instantiations of GCInfoHeader
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (1)
535return new GCInfoHeader(
Contracts\GCInfo\X86\GCInfo.cs (1)
1011return new GCInfoHeader(
7 references to GCInfoHeader
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IGCInfo.cs (1)
135GCInfoHeader GetHeader(IGCInfoHandle handle) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GCInfo\GCInfo_1.cs (1)
25GCInfoHeader IGCInfo.GetHeader(IGCInfoHandle gcInfoHandle)
Contracts\GCInfo\GCInfoDecoder.cs (1)
513public GCInfoHeader GetHeader()
Contracts\GCInfo\GCInfoX86_1.cs (1)
31GCInfoHeader IGCInfo.GetHeader(IGCInfoHandle gcInfoHandle)
Contracts\GCInfo\IGCInfoDecoder.cs (1)
11GCInfoHeader GetHeader();
Contracts\GCInfo\X86\GCInfo.cs (1)
999GCInfoHeader IGCInfoDecoder.GetHeader()
Contracts\StackWalk\GC\GcScanner.cs (1)
48GCInfoHeader header = _gcInfo.GetHeader(handle);