1 write to Buf
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\StressLogChunk.cs (1)
17
Buf
= new TargetPointer(address + (ulong)type.Fields[nameof(Buf)].Offset);
6 references to Buf
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StressLog.cs (5)
146
if (currentPointer.Value < currentChunkData.
Buf
.Value)
148
currentPointer = currentChunkData.
Buf
;
153
if (readPointer.Value >= currentChunkData.
Buf
.Value + chunkSize)
172
TargetPointer p = currentChunkData.
Buf
;
177
&& p - currentChunkData.
Buf
< target.ReadGlobal<ulong>(Constants.Globals.StressLogMaxMessageSize))
Data\StressLogChunk.cs (1)
17
Buf = new TargetPointer(address + (ulong)type.Fields[nameof(
Buf
)].Offset);