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