1 instantiation of PortableEntryPoint
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\PortableEntryPoint.cs (1)
10static PortableEntryPoint IData<PortableEntryPoint>.Create(Target target, TargetPointer address) => new PortableEntryPoint(target, address);
5 references to PortableEntryPoint
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
285Data.PortableEntryPoint portableEntryPoint = _target.ProcessedData.GetOrAdd<Data.PortableEntryPoint>(entrypoint.AsTargetPointer);
Data\PortableEntryPoint.cs (3)
8internal sealed class PortableEntryPoint : IData<PortableEntryPoint> 10static PortableEntryPoint IData<PortableEntryPoint>.Create(Target target, TargetPointer address) => new PortableEntryPoint(target, address);