1 write to areGCStructuresValid
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2134
pHeapInfo->
areGCStructuresValid
= gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
2 references to areGCStructuresValid
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2156
Debug.Assert(pHeapInfo->
areGCStructuresValid
== resultLocal.
areGCStructuresValid
);