3 instantiations of NodeShutdown
Microsoft.Build.Tasks.Core (3)
parent\Shared\NodePipeBase.cs (2)
117return new NodeShutdown(NodeShutdownReason.ConnectionFailed); 167return new NodeShutdown(NodeShutdownReason.ConnectionFailed);
parent\Shared\NodeShutdown.cs (1)
116NodeShutdown shutdown = new NodeShutdown();
2 references to NodeShutdown
Microsoft.Build.Tasks.Core (2)
parent\Shared\NodeShutdown.cs (2)
114internal static NodeShutdown FactoryForDeserialization(ITranslator translator) 116NodeShutdown shutdown = new NodeShutdown();