3 references to StressLogChunkSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
61public const string StressLogChunkSize = nameof(StressLogChunkSize);
Contracts\StressLog.cs (1)
138uint chunkSize = target.ReadGlobal<uint>(Constants.Globals.StressLogChunkSize);
Data\StressLogChunk.cs (1)
18BufSize = target.ReadGlobal<uint>(Constants.Globals.StressLogChunkSize);