1 instantiation of ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\58\Microsoft_Diagnostics_DataContractReader_Data.ExceptionLookupTableEntry.g.cs (1)
49=> new ExceptionLookupTableEntry(target, address);
9 references to ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\58\Microsoft_Diagnostics_DataContractReader_Data.ExceptionLookupTableEntry.g.cs (2)
48static ExceptionLookupTableEntry IData<ExceptionLookupTableEntry>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (6)
292uint entrySize = Data.ExceptionLookupTableEntry.GetSize(Target); 294Data.ExceptionLookupTableEntry GetEntry(uint index) 295=> Target.ProcessedData.GetOrAdd<Data.ExceptionLookupTableEntry>(exceptionLookupTableAddr + (index * entrySize)); 305Data.ExceptionLookupTableEntry entry = GetEntry(foundIndex); 306Data.ExceptionLookupTableEntry nextEntry = GetEntry(foundIndex + 1); 322uint count = section.Size / Data.ExceptionLookupTableEntry.GetSize(Target);
Data\ExceptionLookupTableEntry.cs (1)
7internal sealed partial class ExceptionLookupTableEntry : IData<ExceptionLookupTableEntry>