2 writes to _startException
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (2)
398
_startException
= null;
419
thread.
_startException
= e;
2 references to _startException
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (2)
397
Exception? startException =
_startException
;
403
Debug.Assert(
_startException
== null);