3 writes to _conditionLocation
Microsoft.Build (3)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (3)
59
_conditionLocation
= conditionLocation;
72
_conditionLocation
= that._conditionLocation;
139
translator.Translate(ref
_conditionLocation
, ElementLocation.FactoryForDeserialization);
2 references to _conditionLocation
Microsoft.Build (2)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (2)
72
_conditionLocation = that.
_conditionLocation
;
122
get { return
_conditionLocation
; }