1 instantiation of EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\45\Microsoft_Diagnostics_DataContractReader_Data.EEILException.g.cs (1)
41=> new EEILException(target, address);
11 references to EEILException
Microsoft.Diagnostics.DataContractReader.Contracts (11)
_generated\115\Microsoft_Diagnostics_DataContractReader_Data.InterpreterRealCodeHeader.g.cs (3)
111private partial Data.EEILException? InitJitEHInfo(Target target, TargetPointer address); 112private Data.EEILException? _JitEHInfo__value = default!; 114public partial Data.EEILException? JitEHInfo
_generated\45\Microsoft_Diagnostics_DataContractReader_Data.EEILException.g.cs (2)
40static EEILException IData<EEILException>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
254Data.EEILException ehInfo = Target.ProcessedData.GetOrAdd<Data.EEILException>(realCodeHeader.EHInfo);
Data\EEILException.cs (1)
7internal sealed partial class EEILException : IData<EEILException>
Data\InterpreterRealCodeHeader.cs (3)
12[CustomInit(nameof(InitJitEHInfo))] public partial EEILException? JitEHInfo { get; } 15private partial EEILException? InitJitEHInfo(Target target, TargetPointer address) 20? target.ProcessedData.GetOrAdd<EEILException>(jitEHInfoAddr)