1 instantiation of EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\35\Microsoft_Diagnostics_DataContractReader_Data.EEILException.g.cs (1)
34=> new EEILException(target, address);
7 references to EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\35\Microsoft_Diagnostics_DataContractReader_Data.EEILException.g.cs (2)
33static EEILException IData<EEILException>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
215Data.EEILException ehInfo = Target.ProcessedData.GetOrAdd<Data.EEILException>(realCodeHeader.EHInfo);
Data\EEILException.cs (1)
7internal sealed partial class EEILException : IData<EEILException>
Data\InterpreterRealCodeHeader.cs (2)
13public EEILException? JitEHInfo { get; private set; } 20JitEHInfo = target.ProcessedData.GetOrAdd<EEILException>(jitEHInfoAddr);