3 references to ExceptionLookupTableEntry
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (2)
291uint entrySize = Target.GetTypeInfo(DataType.ExceptionLookupTableEntry).Size!.Value; 321uint count = section.Size / Target.GetTypeInfo(DataType.ExceptionLookupTableEntry).Size!.Value;
Data\ExceptionLookupTableEntry.cs (1)
11Target.TypeInfo type = target.GetTypeInfo(DataType.ExceptionLookupTableEntry);