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