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