3 writes to IsLongLivedHost
Microsoft.Build (1)
BackEnd\BuildManager\BuildParameters.cs (1)
337IsLongLivedHost = other.IsLongLivedHost;
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskRouter_IntegrationTests.cs (2)
464IsLongLivedHost = true, 560IsLongLivedHost = true,
2 references to IsLongLivedHost
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (1)
337IsLongLivedHost = other.IsLongLivedHost;
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
359bool isLongLivedHost = buildComponentHost?.BuildParameters?.IsLongLivedHost == true;