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