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