5 implementations of NodeId
Microsoft.Build (4)
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
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1211public int NodeId
2 writes to NodeId
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1160localForwardingLogger.NodeId = 1; 1223forwardingLogger.NodeId = nodeId;