1 instantiation of ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionLookupTableEntry.cs (1)
8static ExceptionLookupTableEntry IData<ExceptionLookupTableEntry>.Create(Target target, TargetPointer address) => new ExceptionLookupTableEntry(target, address);
7 references to ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (4)
293Data.ExceptionLookupTableEntry GetEntry(uint index) 294=> Target.ProcessedData.GetOrAdd<Data.ExceptionLookupTableEntry>(exceptionLookupTableAddr + (index * entrySize)); 304Data.ExceptionLookupTableEntry entry = GetEntry(foundIndex); 305Data.ExceptionLookupTableEntry nextEntry = GetEntry(foundIndex + 1);
Data\ExceptionLookupTableEntry.cs (3)
6internal sealed class ExceptionLookupTableEntry : IData<ExceptionLookupTableEntry> 8static ExceptionLookupTableEntry IData<ExceptionLookupTableEntry>.Create(Target target, TargetPointer address) => new ExceptionLookupTableEntry(target, address);