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