1 instantiation of StressLogChunk
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\148\Microsoft_Diagnostics_DataContractReader_Data.StressLogChunk.g.cs (1)
50
=> new
StressLogChunk
(target, address);
11 references to StressLogChunk
Microsoft.Diagnostics.DataContractReader.Contracts (11)
_generated\148\Microsoft_Diagnostics_DataContractReader_Data.StressLogChunk.g.cs (2)
49
static
StressLogChunk
IData<
StressLogChunk
>.Create(Target target, TargetPointer address)
Contracts\StressLog.cs (8)
20
private bool StressLogChunkValid(Data.
StressLogChunk
chunk)
73
Data.
StressLogChunk
currentChunkData = target.ProcessedData.GetOrAdd<Data.
StressLogChunk
>(threadStressLog.CurrentWriteChunk);
134
Data.
StressLogChunk
currentChunkData = target.ProcessedData.GetOrAdd<Data.
StressLogChunk
>(threadLog.CurrentWriteChunk);
169
currentChunkData = target.ProcessedData.GetOrAdd<Data.
StressLogChunk
>(currentReadChunk);
253
Data.
StressLogChunk
chunk = target.ProcessedData.GetOrAdd<Data.
StressLogChunk
>(chunkPtr);
Data\StressLogChunk.cs (1)
7
internal sealed partial class StressLogChunk : IData<
StressLogChunk
>