1 write to s_exceptionCount
System.Private.CoreLib (1)
System\Exception.NativeAot.cs (1)
114
Interlocked.Increment(ref
s_exceptionCount
);
1 reference to s_exceptionCount
System.Private.CoreLib (1)
System\Exception.NativeAot.cs (1)
93
internal static uint GetExceptionCount() =>
s_exceptionCount
;