3 writes to _condition
Microsoft.Build (3)
Construction\ProjectElement.cs (3)
112
return GetAttributeValue(XMakeAttributes.condition, ref
_condition
);
118
SetOrRemoveAttribute(XMakeAttributes.condition, value, ref
_condition
, "Set condition {0}", value);
563
this.
_condition
= null;