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