1 implementation of GetGCStructuresValid
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
78
bool IGC.
GetGCStructuresValid
()
2 references to GetGCStructuresValid
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
2529
pHeapInfo->areGCStructuresValid = gc.
GetGCStructuresValid
() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
SOSDacImpl.cs (1)
1270
data->bGcStructuresValid = gc.
GetGCStructuresValid
() ? 1 : 0;