3 references to StressLogMaxMessageSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
60
public const string StressLogMaxMessageSize = nameof(
StressLogMaxMessageSize
);
Contracts\StressLog.cs (2)
145
currentPointer = new TargetPointer((ulong)currentPointer - target.ReadGlobal<ulong>(Constants.Globals.
StressLogMaxMessageSize
));
177
&& p - currentChunkData.Buf < target.ReadGlobal<ulong>(Constants.Globals.
StressLogMaxMessageSize
))