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