33 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)
56Name = string.IsNullOrWhiteSpace(name) ? "OpenTelemetry.Redis" : $"OpenTelemetry.Redis{{{name}}}",
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\Heartbeat.cs (1)
32Name = "Kestrel Timer",
Microsoft.Build (6)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
162Name = "MSBuild Client Packet Pump"
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
368_packetPump.Name = "InProc Endpoint Packet Pump";
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
385_inProcNodeThread.Name = String.Format(CultureInfo.CurrentCulture, "In-proc Node ({0})", _componentHost.Name);
BackEnd\Components\Logging\LoggingService.cs (1)
1359_loggingEventProcessingThread.Name = $"MSBuild LoggingService events queue pump: {this.GetHashCode()}";
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
738Thread.CurrentThread.Name = threadName;
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.Name = "OutOfProc Endpoint Packet Pump";
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
69newThread.Name = "Parallel Copy Thread";
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\StaTaskScheduler.cs (1)
89StaThread.Name = $"{nameof(StaTaskScheduler)} thread";
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
53_readOutputThread.Name = "InteractiveHost-OutputReader-" + processId; 58_readErrorOutputThread.Name = "InteractiveHost-ErrorOutputReader-" + processId;
Microsoft.Extensions.Logging.Console (1)
ConsoleLoggerProcessor.cs (1)
74Name = "Console logger queue processing thread"
MSBuild (2)
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.Name = "OutOfProc Endpoint Packet Pump";
OutOfProcTaskHostNode.cs (1)
727_taskRunnerThread.Name = "Task runner for task " + taskHostConfiguration.TaskName;
MSBuildTaskHost (3)
NodeEndpointOutOfProcBase.cs (1)
333_packetPump.Name = "OutOfProc Endpoint Packet Pump";
OutOfProcTaskAppDomainWrapperBase.cs (1)
234staThread.Name = "MSBuild STA task runner thread";
OutOfProcTaskHostNode.cs (1)
727_taskRunnerThread.Name = "Task runner for task " + taskHostConfiguration.TaskName;
PresentationCore (2)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
308Thread.CurrentThread.Name = "DynamicRenderer";
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
1144Thread.CurrentThread.Name = "Stylus Input";
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
169_collectThread.Name = "MetricsEventSource CollectWorker";
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
304Name = ".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)
206Name = ".NET Sockets"
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
170Name = ".NET Counter Poller"
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
110Name = ".NET Signal Handler"
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
267Name = ".NET TP Gate"
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
190Name = ".NET TP Wait"
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
51Name = ".NET Long Running Task"
src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (1)
40Name = ".NET Timer",
src\System\Threading\Thread.CoreCLR.cs (1)
480Name = FinalizerThreadName;
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
96Name = threadName
7 references to Name
Microsoft.Build (4)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1436file.WriteLine("{0}({1})-{2}: {3}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, DateTime.UtcNow.Ticks, message);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
736if (string.IsNullOrEmpty(Thread.CurrentThread.Name))
BackEnd\Components\Scheduler\Scheduler.cs (1)
2570file.Write("{0}({1})-{2}: ", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, _schedulingData.EventTime.Ticks);
CommunicationsUtilities.cs (1)
840file.WriteLine("{0} (TID {1}) {2,15} +{3,10}ms: {4}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, now, millisecondsSinceLastLog, message);
MSBuild (1)
CommunicationsUtilities.cs (1)
840file.WriteLine("{0} (TID {1}) {2,15} +{3,10}ms: {4}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, now, millisecondsSinceLastLog, message);
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
840file.WriteLine("{0} (TID {1}) {2,15} +{3,10}ms: {4}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, now, millisecondsSinceLastLog, message);
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
478if (Name != FinalizerThreadName)