2 writes to _nativeExceptions
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
158
_nativeExceptions
??= new List<IntPtr>();
688
_nativeExceptions
= null;
3 references to _nativeExceptions
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
159
_nativeExceptions
.Add(nativeException);
684
if (
_nativeExceptions
!= null)
686
foreach (IntPtr ex in
_nativeExceptions
)