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