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