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)
46Data.SyncBlockCache cache = _target.ProcessedData.GetOrAdd<Data.SyncBlockCache>(syncBlockCache); 105Data.SyncBlockCache cache = _target.ProcessedData.GetOrAdd<Data.SyncBlockCache>(syncBlockCache);
Data\SyncBlockCache.cs (3)
6internal sealed class SyncBlockCache : IData<SyncBlockCache> 8static SyncBlockCache IData<SyncBlockCache>.Create(Target target, TargetPointer address)