1 instantiation of SyncBlockCache
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\155\Microsoft_Diagnostics_DataContractReader_Data.SyncBlockCache.g.cs (1)
38
=> new
SyncBlockCache
(target, address);
7 references to SyncBlockCache
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\155\Microsoft_Diagnostics_DataContractReader_Data.SyncBlockCache.g.cs (2)
37
static
SyncBlockCache
IData<
SyncBlockCache
>.Create(Target target, TargetPointer address)
Contracts\SyncBlock_1.cs (4)
38
Data.
SyncBlockCache
cache = _target.ProcessedData.GetOrAdd<Data.
SyncBlockCache
>(syncBlockCache);
86
Data.
SyncBlockCache
cache = _target.ProcessedData.GetOrAdd<Data.
SyncBlockCache
>(syncBlockCache);
Data\SyncBlockCache.cs (1)
7
internal sealed partial class SyncBlockCache : IData<
SyncBlockCache
>