2 references to StressLogEnabled
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
54public const string StressLogEnabled = nameof(StressLogEnabled);
Contracts\StressLog.cs (1)
26public bool HasStressLog() => target.ReadGlobal<byte>(Constants.Globals.StressLogEnabled) != 0;