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)
127
Data.
InteropSyncBlockInfo
? interopInfo = sb.InteropInfo;
Data\InteropSyncBlockInfo.cs (3)
6
internal sealed class InteropSyncBlockInfo : IData<
InteropSyncBlockInfo
>
8
static
InteropSyncBlockInfo
IData<
InteropSyncBlockInfo
>.Create(Target target, TargetPointer address)
Data\SyncBlock.cs (2)
18
InteropInfo = target.ProcessedData.GetOrAdd<
InteropSyncBlockInfo
>(interopInfoPointer);
29
public
InteropSyncBlockInfo
? InteropInfo { get; init; }