6 references to IsAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
87
if (_timerThread.
IsAlive
)
Microsoft.Extensions.TimeProvider.Testing.Tests (1)
FakeTimeProviderTests.cs (1)
509
if (!th.
IsAlive
)
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
77
if (!_thread.
IsAlive
)
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
1039
if (!contextHolder.OwnerThread.TryGetTarget(out Thread? target) || !target.
IsAlive
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
178
Debug.Assert(IsLockOwnedByCurrentThread || (!abandonedThread.
IsAlive
&& Thread.CurrentThreadIsFinalizerThread()),
System.Windows.Forms (1)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
81
if (destinationThread is null || !destinationThread.
IsAlive
)