2 instantiations of NodeShutdown
MSBuildTaskHost (2)
BackEnd\NodeShutdown.cs (1)
90var 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)
88internal static NodeShutdown FactoryForDeserialization(ITranslator translator) 90var shutdown = new NodeShutdown();