3 writes to _conditionLocation
Microsoft.Build (3)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (3)
58
_conditionLocation
= conditionLocation;
71
_conditionLocation
= that._conditionLocation;
138
translator.Translate(ref
_conditionLocation
, ElementLocation.FactoryForDeserialization);
2 references to _conditionLocation
Microsoft.Build (2)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (2)
71
_conditionLocation = that.
_conditionLocation
;
121
get { return
_conditionLocation
; }