8 implementations of NodeId
dotnet (1)
Commands\MSBuild\MSBuildForwardingLogger.cs (1)
18public int NodeId { get; set; }
Microsoft.Build (5)
BackEnd\Components\Logging\CentralForwardingLogger.cs (1)
31public int NodeId
BuildCheck\Infrastructure\BuildCheckForwardingLogger.cs (1)
23public int NodeId { get; set; }
Logging\DistributedLoggers\ConfigurableForwardingLogger.cs (1)
59public int NodeId
Logging\DistributedLoggers\DistributedFileLogger.cs (1)
170public int NodeId
Logging\TerminalLogger\ForwardingTerminalLogger.cs (1)
18public int NodeId { get; set; }
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1210public int NodeId
Microsoft.Build.Framework (1)
Telemetry\InternalTelemetryForwardingLogger.cs (1)
13public int NodeId { get; set; }
2 writes to NodeId
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1134localForwardingLogger.NodeId = 1; 1197forwardingLogger.NodeId = nodeId;