1 instantiation of PatchpointInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\PatchpointInfo.cs (1)
11=> new PatchpointInfo(target, address);
5 references to PatchpointInfo
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\DebugInfo\DebugInfo_1.cs (2)
60Data.PatchpointInfo patchpointInfo = _target.ProcessedData.GetOrAdd<Data.PatchpointInfo>(debugInfo);
Data\PatchpointInfo.cs (3)
8internal sealed class PatchpointInfo : IData<PatchpointInfo> 10static PatchpointInfo IData<PatchpointInfo>.Create(Target target, TargetPointer address)