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