1 instantiation of InteropSyncBlockInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InteropSyncBlockInfo.cs (1)
9=> new InteropSyncBlockInfo(target, address);
6 references to InteropSyncBlockInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\SyncBlock_1.cs (1)
127Data.InteropSyncBlockInfo? interopInfo = sb.InteropInfo;
Data\InteropSyncBlockInfo.cs (3)
6internal sealed class InteropSyncBlockInfo : IData<InteropSyncBlockInfo> 8static InteropSyncBlockInfo IData<InteropSyncBlockInfo>.Create(Target target, TargetPointer address)
Data\SyncBlock.cs (2)
18InteropInfo = target.ProcessedData.GetOrAdd<InteropSyncBlockInfo>(interopInfoPointer); 29public InteropSyncBlockInfo? InteropInfo { get; init; }