1 instantiation of EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\EEILException.cs (1)
8
static EEILException IData<EEILException>.Create(Target target, TargetPointer address) => new
EEILException
(target, address);
7 references to EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
215
Data.
EEILException
ehInfo = Target.ProcessedData.GetOrAdd<Data.
EEILException
>(realCodeHeader.EHInfo);
Data\EEILException.cs (3)
6
internal sealed class EEILException : IData<
EEILException
>
8
static
EEILException
IData<
EEILException
>.Create(Target target, TargetPointer address) => new EEILException(target, address);
Data\InterpreterRealCodeHeader.cs (2)
18
JitEHInfo = jitEHInfoAddr != TargetPointer.Null ? target.ProcessedData.GetOrAdd<
EEILException
>(jitEHInfoAddr) : null;
24
public
EEILException
? JitEHInfo { get; init; }