2 instantiations of NodeShutdown
MSBuildTaskHost (2)
BackEnd\NodeShutdown.cs (1)
90
var shutdown = new
NodeShutdown
();
OutOfProcTaskHostNode.cs (1)
550
_nodeEndpoint.SendData(new
NodeShutdown
(_shutdownReason == NodeEngineShutdownReason.Error ? NodeShutdownReason.Error : NodeShutdownReason.Requested));
2 references to NodeShutdown
MSBuildTaskHost (2)
BackEnd\NodeShutdown.cs (2)
88
internal static
NodeShutdown
FactoryForDeserialization(ITranslator translator)
90
var
shutdown = new NodeShutdown();