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)
33
static
EEILException
IData<
EEILException
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
215
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 (2)
13
public
EEILException
? JitEHInfo { get; private set; }
20
JitEHInfo = target.ProcessedData.GetOrAdd<
EEILException
>(jitEHInfoAddr);