2 instantiations of NodeShutdown
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
1386_nodeEndpoint.SendData(new NodeShutdown(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
parent\Shared\NodeShutdown.cs (1)
116NodeShutdown shutdown = new NodeShutdown();
2 references to NodeShutdown
MSBuild (2)
parent\Shared\NodeShutdown.cs (2)
114internal static NodeShutdown FactoryForDeserialization(ITranslator translator) 116NodeShutdown shutdown = new NodeShutdown();