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