48 writes to IsBackground
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
125IsBackground = true,
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
57IsBackground = true,
dotnet (1)
Commands\Test\MTP\Terminal\TestProgressStateAwareTerminal.cs (1)
92_refresher = new Thread(ThreadProc) { IsBackground = true };
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
33IsBackground = true
Microsoft.Build (7)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
172IsBackground = true,
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
372nodeContext._inProcNodeThread.IsBackground = true;
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1063_drainPacketQueueThread.IsBackground = true;
BackEnd\Components\Logging\LoggingService.cs (1)
1420_loggingEventProcessingThread.IsBackground = true;
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
727Thread.CurrentThread.IsBackground = true; 1591thread.IsBackground = true;
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
348_packetPump.IsBackground = true;
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
67newThread.IsBackground = true;
Microsoft.DotNet.HotReload.Watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
34IsBackground = true,
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
93thread.IsBackground = true;
Microsoft.Extensions.Logging.Console (1)
ConsoleLoggerProcessor.cs (1)
73IsBackground = true,
Microsoft.ML.Core (2)
Utilities\ThreadUtils.cs (2)
22new Thread(start) { IsBackground = false }; 95t.IsBackground = true;
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
978t.IsBackground = true;
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\System\PlatformThread.cs (1)
42thread.IsBackground = true;
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
482IsBackground = true,
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
348_packetPump.IsBackground = true;
PresentationCore (3)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
295inkingThread.IsBackground = true; // Don't keep process alive if this thread still running.
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
483IsBackground = true // don't hold process open due to this thread.
System\Windows\Media\Imaging\BitmapDownload.cs (1)
79_thread.IsBackground = true;
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
708waitOpenThread.IsBackground = true; 935waitOpenThread.IsBackground = true;
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
1076waitOpenThread.IsBackground = true; 1409waitOpenThread.IsBackground = true;
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
194_collectThread.IsBackground = true;
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
349IsBackground = true,
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
262IsBackground = true
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
190IsBackground = true,
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
1210thread.IsBackground = true;
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
473IsBackground = true,
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
200IsBackground = true,
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
176IsBackground = true,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
109IsBackground = true,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
266IsBackground = true,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
189IsBackground = true,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
61workerThread.IsBackground = true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
51IsBackground = true,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
456IsBackground = true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (1)
41IsBackground = true
System\Threading\Thread.NativeAot.cs (1)
486Thread.CurrentThread.IsBackground = true;
System.Speech (2)
Internal\SapiInterop\SapiProxy.cs (1)
121_mta.IsBackground = true;
Internal\Synthesis\VoiceSynthesis.cs (1)
78IsBackground = true
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
68IsBackground = true
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
60IsBackground = true
1 reference to IsBackground
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
454if (!IsBackground)