2 implementations of IsZombified
Microsoft.Build (2)
Definition\Project.cs (2)
2019
public bool
IsZombified
3985
public bool
IsZombified
{ get; set; }
1 write to IsZombified
Microsoft.Build (1)
Definition\Project.cs (1)
1788
implementationInternal.
IsZombified
= true;
1 reference to IsZombified
Microsoft.Build (1)
Definition\Project.cs (1)
1797
ErrorUtilities.VerifyThrow(!implementationInternal.
IsZombified
, "OM_ProjectIsNoLongerActive");