2 implementations of GetHeader
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoDecoder.cs (1)
513
public GCInfoHeader
GetHeader
()
Contracts\GCInfo\X86\GCInfo.cs (1)
1001
GCInfoHeader IGCInfoDecoder.
GetHeader
()
2 references to GetHeader
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfo_1.cs (1)
28
return handle.
GetHeader
();
Contracts\GCInfo\GCInfoX86_1.cs (1)
32
=> AssertCorrectHandle(gcInfoHandle).
GetHeader
();