Implemented interface member:
property
NodeId
Microsoft.Build.Framework.IForwardingLogger.NodeId
1 write to NodeId
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CentralForwardingLogger_Tests.cs (1)
28
centralLogger.
NodeId
= 4;
2 references to NodeId
Microsoft.Build.Engine.UnitTests (2)
BackEnd\CentralForwardingLogger_Tests.cs (2)
27
Assert.Equal(0, centralLogger.
NodeId
);
29
Assert.Equal(4, centralLogger.
NodeId
);