1 instantiation of InteropSyncBlockInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\90\Microsoft_Diagnostics_DataContractReader_Data.InteropSyncBlockInfo.g.cs (1)
54=> new InteropSyncBlockInfo(target, address);
6 references to InteropSyncBlockInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
_generated\90\Microsoft_Diagnostics_DataContractReader_Data.InteropSyncBlockInfo.g.cs (2)
53static InteropSyncBlockInfo IData<InteropSyncBlockInfo>.Create(Target target, TargetPointer address)
Contracts\SyncBlock_1.cs (1)
108Data.InteropSyncBlockInfo? interopInfo = sb.InteropInfo;
Data\InteropSyncBlockInfo.cs (1)
7internal sealed partial class InteropSyncBlockInfo : IData<InteropSyncBlockInfo>
Data\SyncBlock.cs (2)
13public InteropSyncBlockInfo? InteropInfo { get; private set; } 21InteropInfo = target.ProcessedData.GetOrAdd<InteropSyncBlockInfo>(interopInfoPointer);