1 write to hasStrongRef
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
621
data->
hasStrongRef
= (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
4 references to hasStrongRef
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
647
Debug.Assert(data->
hasStrongRef
== dataLocal.
hasStrongRef
, $"cDAC hasStrongRef: {data->
hasStrongRef
}, DAC: {dataLocal.
hasStrongRef
}");