35 writes to Name
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
126Name = $"{_entryPoint.DeclaringType?.Assembly.GetName().Name ?? "Unknown"}.EntryPoint"
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\StackExchangeRedisConnectionInstrumentation.cs (1)
74Name = string.IsNullOrWhiteSpace(name) ? "OpenTelemetry.Redis" : $"OpenTelemetry.Redis{{{name}}}",
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
32Name = "Kestrel Timer",
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
160Name = $"TlsEventPump-{id}",
Microsoft.Build (8)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
173Name = "MSBuild Client Packet Pump"
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
375_packetPump.Name = "InProc Endpoint Packet Pump";
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
371nodeContext._inProcNodeThread.Name = $"In-proc Node {nodeId} ({_componentHost.Name})";
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1088_drainPacketQueueThread.Name = "DrainPacketQueueThread";
BackEnd\Components\Logging\LoggingService.cs (1)
1481_loggingEventProcessingThread.Name = $"MSBuild LoggingService events queue pump: {this.GetHashCode()}";
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
741Thread.CurrentThread.Name = threadName;
Logging\TerminalLogger\TerminalLogger.cs (1)
578_refresher.Name = "Terminal Logger Node Display Refresher";
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
370_packetPump.Name = "OutOfProc Endpoint Packet Pump";
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
66newThread.Name = "Parallel Copy Thread";
Microsoft.DotNet.HotReload.Watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
35Name = nameof(PollingDirectoryWatcher)
Microsoft.Extensions.Logging.Console (1)
ConsoleLoggerProcessor.cs (1)
74Name = "Console logger queue processing thread"
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\JobQueue.cs (1)
292Thread.CurrentThread.Name = threadName;
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
483Name = ".NET System Events"
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
1213taskThread.Name = "Task runner for task " + taskHostConfiguration.TaskName;
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
370_packetPump.Name = "OutOfProc Endpoint Packet Pump";
PresentationCore (2)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
307Thread.CurrentThread.Name = "DynamicRenderer";
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
1143Thread.CurrentThread.Name = "Stylus Input";
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
195_collectThread.Name = "MetricsEventSource CollectWorker";
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
350Name = ".NET LDAP Results Retriever"
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
261Name = nameof(ImageAnimator),
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
191Name = ".NET File Watcher"
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
474Name = ".NET Network Timer"
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
215Name = ".NET Sockets"
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
177Name = ".NET Counter Poller"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
110Name = ".NET Signal Handler"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
267Name = ".NET TP Gate"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
190Name = ".NET TP Wait"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
52Name = ".NET Long Task"
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (1)
40Name = ".NET Timer",
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadScheduler.cs (1)
477Thread.CurrentThread.Name = "IOThreadScheduler.IOCallback";
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
93Name = threadName
8 references to Name
Microsoft.Build (3)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1501file.WriteLine("{0}({1})-{2}: {3}", Thread.CurrentThread.Name, Environment.CurrentManagedThreadId, DateTime.UtcNow.Ticks, message);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
739if (string.IsNullOrEmpty(Thread.CurrentThread.Name))
BackEnd\Components\Scheduler\Scheduler.cs (1)
2684file.Write("{0}({1})-{2}: ", Thread.CurrentThread.Name, Environment.CurrentManagedThreadId, _schedulingData.EventTime.Ticks);
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (1)
818string? threadName = Thread.CurrentThread.Name;
Telemetry\CrashTelemetry.cs (1)
411CrashThreadName = System.Threading.Thread.CurrentThread.Name;
MSBuild.Coordinator (1)
CoordinatorServer.DefaultDebugOutput.cs (1)
73string? threadName = Thread.CurrentThread.Name;
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
82if (!string.IsNullOrEmpty(thread.Name)) 85thread.ThreadNameChanged(thread.Name);