1 instantiation of PatchpointInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\123\Microsoft_Diagnostics_DataContractReader_Data.PatchpointInfo.g.cs (1)
34=> new PatchpointInfo(target, address);
5 references to PatchpointInfo
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\123\Microsoft_Diagnostics_DataContractReader_Data.PatchpointInfo.g.cs (2)
33static PatchpointInfo IData<PatchpointInfo>.Create(Target target, TargetPointer address)
Contracts\DebugInfo\DebugInfo_1.cs (2)
60Data.PatchpointInfo patchpointInfo = _target.ProcessedData.GetOrAdd<Data.PatchpointInfo>(debugInfo);
Data\PatchpointInfo.cs (1)
7internal sealed partial class PatchpointInfo : IData<PatchpointInfo>