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