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