1 write to IsLongLivedHost
Microsoft.Build (1)
BackEnd\BuildManager\BuildParameters.cs (1)
337IsLongLivedHost = other.IsLongLivedHost;
2 references to IsLongLivedHost
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (1)
337IsLongLivedHost = other.IsLongLivedHost;
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
347bool isLongLivedHost = buildComponentHost?.BuildParameters?.IsLongLivedHost == true;