1 write to isAggregated
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
3700data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
4 references to isAggregated
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
3726Debug.Assert(data->isAggregated == dataLocal.isAggregated, $"cDAC: {data->isAggregated}, DAC: {dataLocal.isAggregated}");