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