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