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