2 writes to s_pendingExceptionObject
System.Private.CoreLib (2)
src\System\StubHelpers.cs (2)
1384
s_pendingExceptionObject
= null;
1392
s_pendingExceptionObject
= exception;
1 reference to s_pendingExceptionObject
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
1380
Exception? ex =
s_pendingExceptionObject
;