2 references to StressLogChunkSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
65
public const string StressLogChunkSize = nameof(
StressLogChunkSize
);
Contracts\StressLog.cs (1)
140
uint chunkSize = target.ReadGlobal<uint>(Constants.Globals.
StressLogChunkSize
);