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); 684if (_nativeExceptions != null) 686foreach (IntPtr ex in _nativeExceptions)