3 references to ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (2)
292
uint entrySize = Target.GetTypeInfo(DataType.
ExceptionLookupTableEntry
).Size!.Value;
322
uint count = section.Size / Target.GetTypeInfo(DataType.
ExceptionLookupTableEntry
).Size!.Value;
Data\ExceptionLookupTableEntry.cs (1)
6
[CdacType(nameof(DataType.
ExceptionLookupTableEntry
))]