1 write to preemptiveGCDisabled
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
4316
data->
preemptiveGCDisabled
= (uint)(threadData.PreemptiveGCDisabled ? 1 : 0);
4 references to preemptiveGCDisabled
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
4349
Debug.Assert(data->
preemptiveGCDisabled
== dataLocal.
preemptiveGCDisabled
, $"cDAC: {data->
preemptiveGCDisabled
}, DAC: {dataLocal.
preemptiveGCDisabled
}");