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