1 write to bGcStructuresValid
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1270
data->
bGcStructuresValid
= gc.GetGCStructuresValid() ? 1 : 0;
4 references to bGcStructuresValid
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1288
Debug.Assert(data->
bGcStructuresValid
== dataLocal.
bGcStructuresValid
, $"cDAC: {data->
bGcStructuresValid
}, DAC: {dataLocal.
bGcStructuresValid
}");