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