2 writes to _nativeExceptions
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
155
_nativeExceptions
??= new List<IntPtr>();
667
_nativeExceptions
= null;
3 references to _nativeExceptions
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
156
_nativeExceptions
.Add(nativeException);
663
if (
_nativeExceptions
!= null)
665
foreach (IntPtr ex in
_nativeExceptions
)