2 references to StressLogMaxModules
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
58
public const string StressLogMaxModules = nameof(
StressLogMaxModules
);
Contracts\StressLog.cs (1)
113
uint maxModules = target.ReadGlobal<uint>(Constants.Globals.
StressLogMaxModules
);