1 instantiation of SyncBlockCache
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\SyncBlockCache.cs (1)
9
=> new
SyncBlockCache
(target, address);
7 references to SyncBlockCache
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\SyncBlock_1.cs (4)
46
Data.
SyncBlockCache
cache = _target.ProcessedData.GetOrAdd<Data.
SyncBlockCache
>(syncBlockCache);
105
Data.
SyncBlockCache
cache = _target.ProcessedData.GetOrAdd<Data.
SyncBlockCache
>(syncBlockCache);
Data\SyncBlockCache.cs (3)
6
internal sealed class SyncBlockCache : IData<
SyncBlockCache
>
8
static
SyncBlockCache
IData<
SyncBlockCache
>.Create(Target target, TargetPointer address)