2 references to StressLogValidChunkSig
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
62
public const string StressLogValidChunkSig = nameof(
StressLogValidChunkSig
);
Contracts\StressLog.cs (1)
22
uint validSig = target.ReadGlobal<uint>(Constants.Globals.
StressLogValidChunkSig
);