1 write to InteropInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\SyncBlock.cs (1)
18InteropInfo = target.ProcessedData.GetOrAdd<InteropSyncBlockInfo>(interopInfoPointer);
3 references to InteropInfo
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ObjectiveCMarshal_1.cs (1)
24TargetPointer taggedMemory = sb.InteropInfo?.TaggedMemory ?? TargetPointer.Null;
Contracts\SyncBlock_1.cs (1)
127Data.InteropSyncBlockInfo? interopInfo = sb.InteropInfo;
Data\SyncBlock.cs (1)
16TargetPointer interopInfoPointer = target.ReadPointerField(address, type, nameof(InteropInfo));