45 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,
GetDocument.Insider (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24619.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
275IsBackground = true
HttpStress (1)
Program.cs (1)
576{ IsBackground = true }.Start();
InteractiveHost32 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
49uiThread.IsBackground = true;
InteractiveHost64 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
49uiThread.IsBackground = true;
Microsoft.AspNetCore.Mvc.Testing (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24619.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
275IsBackground = true
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
33IsBackground = true
Microsoft.AspNetCore.TestHost (1)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24619.8\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (1)
275IsBackground = true
Microsoft.Build (6)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
161IsBackground = true,
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
386_inProcNodeThread.IsBackground = true;
BackEnd\Components\Logging\LoggingService.cs (1)
1395_loggingEventProcessingThread.IsBackground = true;
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
723Thread.CurrentThread.IsBackground = true; 1490thread.IsBackground = true;
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.IsBackground = true;
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\StaTaskScheduler.cs (1)
90StaThread.IsBackground = true;
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
54_readOutputThread.IsBackground = true; 59_readErrorOutputThread.IsBackground = true;
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
90thread.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;
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.IsBackground = true;
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.IsBackground = true;
PresentationCore (3)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
296inkingThread.IsBackground = true; // Don't keep process alive if this thread still running.
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
483thread.IsBackground = true; // don't hold process open due to this thread.
System\Windows\Media\Imaging\BitmapDownload.cs (1)
82_thread.IsBackground = true;
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
708waitOpenThread.IsBackground = true; 935waitOpenThread.IsBackground = true;
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
168_collectThread.IsBackground = true;
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
303IsBackground = true,
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
473IsBackground = true,
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
175IsBackground = true,
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
171IsBackground = true,
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
109IsBackground = true,
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
241IsBackground = true,
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
189IsBackground = true,
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
78workerThread.IsBackground = true;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
50IsBackground = true,
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
450IsBackground = true;
src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (1)
41IsBackground = true
src\System\Threading\Thread.CoreCLR.cs (1)
485IsBackground = true;
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
71_thread.IsBackground = true;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
60thread.IsBackground = true;
3 references to IsBackground
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
206if (currentThread.IsThreadPoolThread || currentThread.IsBackground)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
448if (!IsBackground)
src\System\Threading\Thread.CoreCLR.cs (1)
483if (!IsBackground)