6 references to IsAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
87if (_timerThread.IsAlive)
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ThreadingContext.cs (1)
34HasMainThread = joinableTaskContext.MainThread.IsAlive;
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\StaTaskScheduler.cs (1)
113if (StaThread.IsAlive)
Microsoft.Extensions.TimeProvider.Testing.Tests (1)
FakeTimeProviderTests.cs (1)
509if (!th.IsAlive)
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
78if (!_thread.IsAlive)
System.Windows.Forms (1)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
81if (destinationThread is null || !destinationThread.IsAlive)