2 writes to bFree
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
4196data->bFree = Interop.BOOL.TRUE; 4203data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
5 references to bFree
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
4204if (data->bFree == Interop.BOOL.FALSE) 4250Debug.Assert(data->bFree == dataLocal.bFree, $"cDAC: {data->bFree}, DAC: {dataLocal.bFree}");