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