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