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